Exemple #1
0
 public ServerGameState(int newSessionId, ServerInputService inputService)
 {
     this.newSessionId = newSessionId;
     this.inputService = inputService;
     levelFactory      = new RandomLevelFactory();
 }
 public OfflinePlayGameState()
 {
     levelFactory = new RandomLevelFactory();
 }