Files
fc/dev/project/assets/Scripts/mod/pve/esecsice_const.js
T

15 lines
382 B
JavaScript
Raw Normal View History

2026-05-23 22:10:14 +08:00
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;