PlayerClothesConfig.js.map 613 Bytes
{"version":3,"sources":["assets/script/config/PlayerClothesConfig.ts"],"names":[],"mappings":";;;;;;;AAYW,QAAA,mBAAmB,GAAkD;IAC5E,IAAI,EAAE,qBAAqB;CAC9B,CAAA","file":"","sourceRoot":"/","sourcesContent":["import { CommissionUnlockType } from \"../avg/EditorEnums\";\n\n// Generated by Editor\nexport interface IPlayerClothesConfig {\n    id: number;\n    playerId: number;\n    roleId: number;\n    clothesName: string;\n    unLockType: CommissionUnlockType;\n    unLockVauleId: number;\n}\n\nexport let playerClothesConfig: { name: string, type?: IPlayerClothesConfig } = {\n    name: 'PlayerClothesConfig'\n}"]}