Added more script hooks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -9,9 +9,9 @@ namespace CreatureLib::Battling {
|
||||
class Battle;
|
||||
|
||||
class TurnHandler {
|
||||
static void ExecuteChoice(const BaseTurnChoice* choice);
|
||||
static void ExecuteChoice(BaseTurnChoice* choice);
|
||||
|
||||
static void ExecuteAttackChoice(const AttackTurnChoice* choice);
|
||||
static void ExecuteAttackChoice(AttackTurnChoice* choice);
|
||||
static void HandleAttackForTarget(ExecutingAttack* attack, Creature* target, const ExecutingAttack::TargetData& targetData);
|
||||
public:
|
||||
static void RunTurn(Battle* battle, ChoiceQueue* queue);
|
||||
|
||||
Reference in New Issue
Block a user