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