Exemplo n.º 1
0
 public Player CreateRandom(User user, string name)
 {
     return(Create(user, name, gameData.GenerateRandomAppearance()));
 }