Files

29 lines
517 B
JavaScript
Raw Permalink Normal View History

2026-05-24 10:21:26 +08:00
"use strict";
cc._RF.push(module, '0c0284UQwZGvYtSEOZ+pQuD', 'esecsice_const');
// Scripts/mod/pve/esecsice_const.js
"use strict";
var EsecsiceConst = {};
EsecsiceConst.execsice_index = {
endless: 1,
// 无尽试炼
stonedungeon: 2,
// 日常副本
heroexpedit: 3,
// 位面征战
honourfane: 4,
// 荣耀神殿
element: 5,
planesafk: 6,
//位面征战
startower: 7,
//试练塔
adventure: 8,
//殲星迷途
heaven: 9 //遺跡探索
};
module.exports = EsecsiceConst;
cc._RF.pop();