This commit is contained in:
@@ -43,7 +43,9 @@ public:
|
||||
} \
|
||||
_ctxPool->ReturnContextToPool(ctx);
|
||||
|
||||
void Stack() override { CALLHOOK(Stack, {}); }
|
||||
void Stack() override { CALLHOOK(Stack,); }
|
||||
|
||||
void OnRemove() override { CALLHOOK(OnRemove,); }
|
||||
|
||||
void OnBeforeTurn(const CreatureLib::Battling::BaseTurnChoice* choice) override {
|
||||
throw NotImplementedException(); // TODO
|
||||
|
||||
Reference in New Issue
Block a user