Ejemplo n.º 1
0
    public override void Attack(Character t)
    {
        var damage = 15;

        t.Accept(new AttackVisitorA(damage));
    }