Exemplo n.º 1
0
    public void CompleteAttack()
    {
        AttackState s = curState as AttackState;

        s.AttackComplete();
    }