SuitConfig.js.map 519 Bytes
{"version":3,"sources":["assets/script/config/SuitConfig.ts"],"names":[],"mappings":";;;;;;;AAYW,QAAA,UAAU,GAAyC;IAC1D,IAAI,EAAE,YAAY;CACrB,CAAA","file":"","sourceRoot":"/","sourcesContent":["\n// Generated by Editor\nexport interface ISuitConfig {\n    id: number;\n    clothingType: number;\n    clothingId: number;\n    suitId: number;\n    clothingName: string;\n    unlockCondition: string;\n    isUnlock: boolean;\n}\n\nexport let suitConfig: { name: string, type?: ISuitConfig } = {\n    name: 'SuitConfig'\n}"]}