mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Removed no longer used netpacks
This commit is contained in:
@@ -30,8 +30,8 @@ public:
|
||||
CMapEvent();
|
||||
virtual ~CMapEvent() = default;
|
||||
|
||||
bool earlierThan(const CMapEvent & other) const;
|
||||
bool earlierThanOrEqual(const CMapEvent & other) const;
|
||||
bool occursToday(int currentDay) const;
|
||||
bool affectsPlayer(PlayerColor player, bool isHuman) const;
|
||||
|
||||
std::string name;
|
||||
MetaString message;
|
||||
|
||||
Reference in New Issue
Block a user