Beispiel #1
0
 def prepare(self, ctx):
     clientCtx = BattleClientCtx.fetch()
     ctx.bonusCompleted = clientCtx.completed
     GlobalStorage.clearVars()
Beispiel #2
0
 def process(self):
     loader, ctx = self._flush()
     clientCtx = BattleClientCtx.fetch()
     ctx.bonusCompleted = clientCtx.completed
     GlobalStorage.clearVars()
     loader._doRun(ctx)
Beispiel #3
0
 def prepare(self, ctx):
     clientCtx = BattleClientCtx.fetch()
     ctx.bonusCompleted = clientCtx.completed
     GlobalStorage.clearVars()
Beispiel #4
0
 def process(self):
     loader, ctx = self._flush()
     clientCtx = BattleClientCtx.fetch()
     ctx.bonusCompleted = clientCtx.completed
     GlobalStorage.clearVars()
     loader._doRun(ctx)