Removed non-functional updateEntity in VLC

This commit is contained in:
Ivan Savenko
2024-05-16 22:05:26 +00:00
parent 1f1e693a5b
commit 07813c9a79
7 changed files with 1 additions and 55 deletions
-2
View File
@@ -61,8 +61,6 @@ public:
virtual const ObstacleService * obstacles() const = 0;
virtual const IGameSettings * settings() const = 0;
virtual void updateEntity(Metatype metatype, int32_t index, const JsonNode & data) = 0;
virtual const spells::effects::Registry * spellEffects() const = 0;
virtual spells::effects::Registry * spellEffects() = 0;
//TODO: put map object types registry access here