Beispiel #1
0
        public FootballCard Release()
        {
            Card.LeaveZone();
            var card = (FootballCard)Card.Clone();

            Card = null;
            return(card);
        }
Beispiel #2
0
 public Position(int place, FootballCard card)
 {
     Card   = card;
     Number = place;
 }