2e582bfa-e0b6-4f20-99bb-4ea8434b5177.js.map 527 Bytes
{"version":3,"sources":["assets/script/config/ShopConfig.ts"],"names":[],"mappings":";;;;;;;AAaW,QAAA,UAAU,GAAyC;IAC1D,IAAI,EAAE,YAAY;CACrB,CAAA","file":"","sourceRoot":"/","sourcesContent":["\n// Generated by Editor\nexport interface IShopConfig {\n    id: number;\n    itemId: number;\n    itemNum: number;\n    price: number;\n    discount: number;\n    spendMoneyId: number;\n    numOfShop: number;\n    dayReload: boolean;\n}\n\nexport let shopConfig: { name: string, type?: IShopConfig } = {\n    name: 'ShopConfig'\n}"]}