Exemplo n.º 1
0
 public Computer(BullsnCows game, int length)
 {
     this.game   = game;
     this.length = length;
 }
Exemplo n.º 2
0
 public Player(BullsnCows game, int length)
 {
     this.game   = game;
     this.length = length;
 }