Exemplo n.º 1
0
 public TwoPlayerRoom() : base()
 {
     this.Players = new List <Player>();
     this.Cards   = new CardList();
 }
Exemplo n.º 2
0
 public Player()
 {
     this.HandCards = new CardList();
 }