1
2
3
4
5
6
7
8
9
10
11
12
| "use strict";
| cc._RF.push(module, '9ea035GcBlFvYnG24fF25V/', 'daycharge_event');
| // Scripts/mod/daycharge/daycharge_event.js
|
| "use strict";
|
| module.exports = {
| DAY_FIRST_CHARGE_EVENT: "DayChargetEvent.DAY_FIRST_CHARGE_EVENT" //每日首充
|
| };
|
| cc._RF.pop();
|
|