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