![]() |
Deep RTS
|
#include <ResourceLoader.h>
Public Member Functions | |
nlohmann::json & | getTileData (int tileID) |
Public Attributes | |
std::unordered_map< int, std::string > | tileID2Type |
std::unordered_map< std::string, nlohmann::json > | tileData |
The TilePropertyData class holds json data in memory. The data stems from the json maps.
|
inline |
std::unordered_map<std::string, nlohmann::json> TilePropertyData::tileData |
std::unordered_map<int, std::string> TilePropertyData::tileID2Type |