6ae550c5-22c5-4abd-85b3-2bbc81442492.js.map
480 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/LikeLevelSubview.ts"],"names":[],"mappings":";;;;;;;AAUa,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}\n\nexport type LikeLevelView = PureSubview<LikeLevelProps>\n\nexport const LikeLevelViewType = \"LikeLevelView\";"]}