diff options
Diffstat (limited to 'source/game/StarItemDatabase.hpp')
-rw-r--r-- | source/game/StarItemDatabase.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarItemDatabase.hpp b/source/game/StarItemDatabase.hpp index 714eee7..8268ace 100644 --- a/source/game/StarItemDatabase.hpp +++ b/source/game/StarItemDatabase.hpp @@ -159,6 +159,7 @@ private: Maybe<String> assetsConfig; JsonObject customConfig; String directory; + String filename; }; static ItemPtr createItem(ItemType type, ItemConfig const& config); |