Exemplo n.º 1
0
        public void Play(Card c)
        {
            // TODO: this shouldn't be delegating to card

            c.play(this);
        }