d068327e-25be-4a7c-9df6-06d1936ed6d1.js.map
632 Bytes
{"version":3,"sources":["assets/script/config/ItemConfig.ts"],"names":[],"mappings":";;;;;;;AAcW,QAAA,UAAU,GAAyC;IAC1D,IAAI,EAAE,YAAY;CACrB,CAAA","file":"","sourceRoot":"/","sourcesContent":["import { BagItemUseType } from \"../avg/EditorEnums\";\nimport { BagItemType } from \"../avg/EditorEnums\";\n\n// Generated by Editor\nexport interface IItemConfig {\n id: number;\n type: BagItemType;\n name: string;\n infoContent: string;\n getInfoContent: string;\n exchangeGoldNum: number;\n useType: BagItemUseType;\n}\n\nexport let itemConfig: { name: string, type?: IItemConfig } = {\n name: 'ItemConfig'\n}"]}