1
0
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:
nordsoft
2023-09-13 09:18:46 +02:00
parent 96d6a48f01
commit 574047c55c
3 changed files with 39 additions and 7 deletions

View File

@ -276,4 +276,9 @@ void CRewardableObject::initObj(CRandomGenerator & rand)
CRewardableObject::CRewardableObject()
{}
void CRewardableObject::serializeJsonOptions(JsonSerializeFormat & handler)
{
}
VCMI_LIB_NAMESPACE_END