mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
More generic support for bonus subtypes descriptions
This commit is contained in:
@@ -32,6 +32,8 @@ private:
|
||||
ImagePath icon;
|
||||
std::map<int, ImagePath> subtypeIcons;
|
||||
std::map<int, ImagePath> valueIcons;
|
||||
std::map<int, std::string> subtypeDescriptions;
|
||||
std::map<int, std::string> valueDescriptions;
|
||||
std::string identifier;
|
||||
|
||||
bool hidden;
|
||||
|
||||
Reference in New Issue
Block a user