mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Editor prerequisites [part 2] (#889)
This commit is contained in:
@ -390,6 +390,11 @@ void CGObjectInstance::afterAddToMap(CMap * map)
|
||||
//nothing here
|
||||
}
|
||||
|
||||
void CGObjectInstance::afterRemoveFromMap(CMap * map)
|
||||
{
|
||||
//nothing here
|
||||
}
|
||||
|
||||
void CGObjectInstance::serializeJsonOptions(JsonSerializeFormat & handler)
|
||||
{
|
||||
//nothing here
|
||||
|
Reference in New Issue
Block a user