cdfe4b36-3844-4a91-aa67-381fd2a1dd29.js.map 696 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/DatingEventView.ts"],"names":[],"mappings":";;;;;;;AAca,QAAA,mBAAmB,GAAG,iBAAiB,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureView, View } from \"../../../../common/classbase/ViewBase\";\n// import { TabViewProps, TabView } from \"./TabView\";\n\nexport interface DatingEventViewProps {\n    mainEventRedDot: boolean;\n    extraEventRedDot: boolean;\n}\n\ntype DatingEventViewBase = PureView<DatingEventViewProps>;\nexport interface DatingEventView extends DatingEventViewBase {\n    getGiftContentContainer(): View;\n    getClothContentContainer(): View;\n}\n\nexport const DatingEventViewType = \"DatingEventView\";"]}