public AttackTeamState() { _stateMachine = new AttackAreaStateMachine(); }
public HuntState() { _stateMachine = new AttackAreaStateMachine(); }