1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Integrated defaultMods into mod system

This commit is contained in:
Ivan Savenko
2023-03-15 21:34:29 +02:00
parent 2353137c74
commit 383387ef29
67 changed files with 508 additions and 365 deletions

View File

@ -223,7 +223,7 @@ std::vector<bool> ScriptHandler::getDefaultAllowed() const
return std::vector<bool>();
}
std::vector<JsonNode> ScriptHandler::loadLegacyData(size_t dataSize)
std::vector<JsonNode> ScriptHandler::loadLegacyData()
{
return std::vector<JsonNode>();
}