6ae550c5-22c5-4abd-85b3-2bbc81442492.js.map 499 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/LikeLevelSubview.ts"],"names":[],"mappings":";;;;;;;AAWa,QAAA,iBAAiB,GAAG,eAAe,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureSubview } from \"../../../../common/classbase/ViewBase\";\n\nexport interface LikeLevelProps {\n    level: number;\n    percent: number;\n    visible: boolean;\n    like: string;\n}\n\nexport type LikeLevelView = PureSubview<LikeLevelProps>\n\nexport const LikeLevelViewType = \"LikeLevelView\";"]}