1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| "use strict";
| cc._RF.push(module, 'e31f4TVb1FCb5VEORkjk2NU', 'redbag_event');
| // Scripts/mod/redbag/redbag_event.js
|
| "use strict";
|
| module.exports = {
| Get_Data_Event: "Get_Data_Event",
| Get_List_Event: "Get_List_Event",
| Rank_List_Event: "Rank_List_Event",
| Can_Get_Red_Bag: "Can_Get_Red_Bag",
| Update_Red_Bag_Event: "Update_Red_Bag_Event"
| };
|
| cc._RF.pop();
|
|