Beispiel #1
0
 def leave(self, ctx, callback = None):
     g_prbCtrlEvents.onPrebattleIntroModeLeft()
     if callback is not None:
         callback(True)
     return
Beispiel #2
0
 def leave(self, ctx, callback = None):
     self._exit = ctx.getFuncExit()
     g_prbCtrlEvents.onPrebattleIntroModeLeft()
     if callback:
         callback(True)
Beispiel #3
0
 def leave(self, ctx, callback = None):
     self._exit = ctx.getFuncExit()
     g_prbCtrlEvents.onPrebattleIntroModeLeft()
     if callback:
         callback(True)