cdfe4b36-3844-4a91-aa67-381fd2a1dd29.js.map
628 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/DatingEventView.ts"],"names":[],"mappings":";;;;;;;AAYa,QAAA,mBAAmB,GAAG,iBAAiB,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureView } from \"../../../../common/classbase/ViewBase\";\n\nexport interface DatingEventViewProps {\n}\n\ntype DatingEventViewBase = PureView<DatingEventViewProps>;\nexport interface DatingEventView extends DatingEventViewBase {\n showArrowGuide: (isShow: boolean, wordPos?: cc.Vec3) => void;\n showRoleLikeLabel: () => void;\n showMaskLabel: () => void;\n}\n\nexport const DatingEventViewType = \"DatingEventView\";"]}