mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Event message meta string
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
#include "../ResourceSet.h"
|
||||
#include "../MetaString.h"
|
||||
|
||||
class TerrainType;
|
||||
class RiverType;
|
||||
@@ -33,7 +34,7 @@ public:
|
||||
bool earlierThanOrEqual(const CMapEvent & other) const;
|
||||
|
||||
std::string name;
|
||||
std::string message;
|
||||
MetaString message;
|
||||
TResources resources;
|
||||
ui8 players; // affected players, bit field?
|
||||
ui8 humanAffected;
|
||||
|
||||
Reference in New Issue
Block a user