コード例 #1
0
ファイル: color.cpp プロジェクト: AreasAside/Cataclysm-DDA
void nc_color::deserialize( JsonIn &jsin )
{
    attribute_value = jsin.get_int();
}