1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| "use strict";
| cc._RF.push(module, '0c0284UQwZGvYtSEOZ+pQuD', 'esecsice_const');
| // Scripts/mod/esecsice/esecsice_const.js
|
| "use strict";
|
| var EsecsiceConst = {};
| EsecsiceConst.execsice_index = {
| endless: 1,
| // 无尽试炼
| stonedungeon: 2,
| // 日常副本
| heroexpedit: 3,
| // 英雄远征
| honourfane: 4 // 荣耀神殿
|
| };
| module.exports = EsecsiceConst;
|
| cc._RF.pop();
|
|