1
2
3
4
5
6
7
8
9
10
11
12
| "use strict";
| cc._RF.push(module, '783baFXJZVFqIRUdDOcOZCU', 'seerpalace_event');
| // Scripts/mod/seerpalace/seerpalace_event.js
|
| "use strict";
|
| module.exports = {
| Change_Role_Info_Event: "Change_Role_Info_Event",
| Change_Role_Success: "Change_Role_Success"
| };
|
| cc._RF.pop();
|
|