Beispiel #1
0
 def __loadTrainingRoom(self, dispatcher):
     result = yield dispatcher.sendPrbRequest(
         SetPlayerStateCtx(True, waitingID='prebattle/player_not_ready'))
     if result:
         events_dispatcher.loadTrainingRoom()
Beispiel #2
0
 def __loadTrainingRoom(self, dispatcher):
     result = yield dispatcher.sendPrbRequest(SetPlayerStateCtx(True, waitingID='prebattle/player_not_ready'))
     if result:
         events_dispatcher.loadTrainingRoom()
Beispiel #3
0
 def __onPlayerReady(self, result):
     if result:
         events_dispatcher.loadTrainingRoom()
     else:
         events_dispatcher.loadHangar()
Beispiel #4
0
 def __onPlayerReady(self, result):
     if result:
         events_dispatcher.loadTrainingRoom()
     else:
         events_dispatcher.loadHangar()