mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Redone RMG template serialization using JSON serializer, added tests
This commit is contained in:
@@ -54,6 +54,11 @@ protected:
|
||||
pushObject(&(currentObject->Vector().at(index)));
|
||||
}
|
||||
|
||||
void pushField(const std::string & fieldName) override
|
||||
{
|
||||
pushObject(fieldName);
|
||||
}
|
||||
|
||||
private:
|
||||
void pushObject(const std::string & fieldName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user