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