difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"use strict";
cc._RF.push(module, '4d029w7Hb5Lo6MW7p4NtI4k', 'forgehouse_const');
// Scripts/mod/forgehouse/forgehouse_const.js
 
"use strict";
 
var ForgeHouseConst = {};
ForgeHouseConst.Tab_Index = {
  Equip: 1,
  // 装备
  Artifact: 2 // 符文
 
};
module.exports = ForgeHouseConst;
 
cc._RF.pop();