Exemplo n.º 1
0
    private void DoAttack()
    {
        brother1.Attack();
        brother2.Attack();

        state = BrotherState.Running;
    }