1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

It is now possible to define objects directly in mod.json instead of

using path to file with object definition
This commit is contained in:
Ivan Savenko
2024-09-30 19:26:22 +00:00
parent 1488629628
commit 8e4152bc81
7 changed files with 69 additions and 62 deletions

View File

@@ -36,7 +36,6 @@ protected:
void serialize(Handler & h)
{
h & translatedText;
//h & baseLanguage;
h & identifierModContext;
h & baseStringModContext;
}