Files

16 lines
309 B
JavaScript
Raw Permalink Normal View History

2026-05-24 10:21:26 +08:00
"use strict";
cc._RF.push(module, '4d029w7Hb5Lo6MW7p4NtI4k', 'forgehouse_const');
// Scripts/mod/partner/cmps/reform/forgehouse_const.js
"use strict";
var ForgeHouseConst = {};
ForgeHouseConst.Tab_Index = {
Equip: 1,
// 装备
Artifact: 2 // 符文
};
module.exports = ForgeHouseConst;
cc._RF.pop();