1
0
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:
nordsoft
2023-09-27 23:28:17 +02:00
parent f9f79255c5
commit 00c8c2eb82
4 changed files with 7 additions and 6 deletions

View File

@@ -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;