| | |
| | | import CrossActCTGBillboard
|
| | | import PlayerActCollectWords
|
| | | import PlayerActTotalRecharge
|
| | | import PlayerActRechargeRebateGold
|
| | | import PlayerActRechargePrize
|
| | | import PlayerActGrowupBuy
|
| | | import PlayerSpringSale
|
| | |
| | | elif actionName == ShareDefine.OperationActionName_GrowupBuy:
|
| | | PlayerActGrowupBuy.RefreshGrowupBuyActionInfo()
|
| | |
|
| | | elif actionName == ShareDefine.OperationActionName_RechargeRebateGold:
|
| | | PlayerActRechargeRebateGold.RefreshRechargeRebateGoldActionInfo()
|
| | | |
| | | return
|
| | |
|
| | | if key.startswith(ShareDefine.Def_Notify_WorldKey_CrossActInfo[:-2]):
|