1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

add nwctheone

This commit is contained in:
Laserlicht
2023-12-09 00:44:53 +01:00
committed by GitHub
parent d58c99b47d
commit 584bb32f53
2 changed files with 26 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ class PlayerMessageProcessor
void cheatPuzzleReveal(PlayerColor player);
void cheatMaxLuck(PlayerColor player, const CGHeroInstance * hero);
void cheatMaxMorale(PlayerColor player, const CGHeroInstance * hero);
void cheatFly(PlayerColor player, const CGHeroInstance * hero);
public:
CGameHandler * gameHandler;