Turnchoices C Interface.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-11 12:22:13 +01:00
parent 5a976e4031
commit 7435a2a678
2 changed files with 40 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ namespace CreatureLib::Battling {
const CreatureIndex& GetTarget() const { return _target; }
Script* GetAttackScript() { return _attackScript; }
Script* GetAttackScript() const { return _attackScript; }
protected:
void GetActiveScripts(std::vector<ScriptWrapper>& scripts) override {