Files
fc/dev/project/library/imports/08/08c1fe40-2bf7-468f-bab4-8bfcccc04967.js
T

26 lines
674 B
JavaScript
Raw Normal View History

2026-05-24 10:21:26 +08:00
"use strict";
cc._RF.push(module, '08c1f5AK/dGj7q0i/zMwEln', 'mainui_const');
// Scripts/mod/mainui/mainui_const.js
"use strict";
////------------------------------------------------------------------
// @author: shiraho@syg.com(必填, 创建模块的人员)
// @description:
// 主ui界面的一些常量
// <br/>Create: new Date().toISOString()
////------------------------------------------------------------------
var MainUiConst = {
// 通用的获得物品界面,打开来源
item_open_type: {
normal: 1,
// 普通
seerpalace: 2,
// 先知召唤获得
heavendial: 3 // 神装转盘
}
};
module.exports = MainUiConst;
cc._RF.pop();