09b56d00-ef9b-4712-b4fe-70cce5ef6eba.js.map 654 Bytes
{"version":3,"sources":["assets/script/game/ui/view/type/ReviewPlotView.ts"],"names":[],"mappings":";;;;;;;AAca,QAAA,kBAAkB,GAAG,gBAAgB,CAAC","file":"","sourceRoot":"/","sourcesContent":["import { PureView } from \"../../../../common/classbase/ViewBase\";\n\nexport interface ReviewPlotViewProps {\n    onCloseButtonClickCallback: () => void,\n}\n\ntype ReviewPlotViewBase = PureView<ReviewPlotViewProps>;\n\nexport interface ReviewPlotView extends ReviewPlotViewBase {\n    getPlotRichText: () => cc.RichText;\n    getPlotScrollView: () => cc.ScrollView;\n    getLoadingNode: () => cc.Node;\n}\n\nexport const ReviewPlotViewType = \"ReviewPlotView\";"]}