35fa82eb-ae95-477e-a258-54c3ccf00a47.js.map 607 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/DatingSceneView.ts"],"names":[],"mappings":";;;;;;;AASa,QAAA,mBAAmB,GAAG,iBAAiB,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { View } from \"../../../../common/classbase/ViewBase\";\n\nexport interface DatingSceneView extends View {\n    completePlotCallback: () => void;\n    setContent(isSelf: boolean, text: string, name?: string, portraitImg?: string, otherPortraitImg?: string): Promise<void>;\n    setBackground(path: string): Promise<void>;\n    guideBack(): void;\n}\n\nexport const DatingSceneViewType = \"DatingSceneView\";"]}