mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Start making new serialization for rewardables
This commit is contained in:
@ -276,4 +276,9 @@ void CRewardableObject::initObj(CRandomGenerator & rand)
|
||||
CRewardableObject::CRewardableObject()
|
||||
{}
|
||||
|
||||
void CRewardableObject::serializeJsonOptions(JsonSerializeFormat & handler)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
Reference in New Issue
Block a user