Ejemplo n.º 1
0
    public void Attack()
    {
        AttackAction attack = CreateAttackAction(rightPlayer, leftPlayer, 0, true, null);

        actionManager.StartAction(attack);
    }