Files
fc/dev/project/library/imports/0c/0c028e14-4306-46bd-8b52-10e67ea50b83.js
T
2026-05-24 10:21:26 +08:00

29 lines
517 B
JavaScript

"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();