let ItemDataUtils = { /** * 物品配置 */ getConfig (itemId) { return G.CfgMgr.ResItemConfig.getByMainKey(itemId); }, } module.exports = ItemDataUtils;