1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| "use strict";
| cc._RF.push(module, 'cf85dPu35NM56LNRLOGpoua', 'startower_event');
| // Scripts/mod/startower/startower_event.js
|
| "use strict";
|
| module.exports = {
| Update_All_Data: "Update_All_Data",
| Video_Data_Event: "Video_Data_Event",
| Fight_Success_Event: "Fight_Success_Event",
| Count_Change_Event: "Count_Change_Event",
| Update_Top3_rank: "Update_Top3_rank",
| Update_Reward_Event: "Update_Reward_Event",
| Update_First_Reward_Msg: "Update_First_Reward_Msg" //推送首通奖励变化
|
| };
|
| cc._RF.pop();
|
|