예제 #1
0
 public static HumanPlayer CreateHumanPlayer()
 {
     return(new HumanPlayer(AnonymPlayerNameGenerator.GetString(),
                            ColorGenerator.GetColor(), ByteGenerator.GetByte()));
 }