예제 #1
0
 public Computer(BullsnCows game, int length)
 {
     this.game   = game;
     this.length = length;
 }
예제 #2
0
 public Player(BullsnCows game, int length)
 {
     this.game   = game;
     this.length = length;
 }