mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Add random map description and display it in RMG menu
This commit is contained in:
@@ -248,6 +248,7 @@ public:
|
||||
void setName(const std::string & value);
|
||||
const std::string & getId() const;
|
||||
const std::string & getName() const;
|
||||
const std::string & getDescription() const;
|
||||
|
||||
const CPlayerCountRange & getPlayers() const;
|
||||
const CPlayerCountRange & getHumanPlayers() const;
|
||||
@@ -263,6 +264,7 @@ public:
|
||||
private:
|
||||
std::string id;
|
||||
std::string name;
|
||||
std::string description;
|
||||
int3 minSize;
|
||||
int3 maxSize;
|
||||
CPlayerCountRange players;
|
||||
|
||||
Reference in New Issue
Block a user