difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
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();