Esempio n. 1
0
 public static void IAmStartingANewGame(IGameServer gameServer, int players, int rounds, out IGame game)
 {
     game = gameServer.NewGame(players, rounds);
 }