a73a469893619c461f64dece396a69caf072cea8 596 B

12345678
  1. {
  2. "code": "import { ui } from \"../ui/layaMaxUI\";\r\nexport default class InGameView extends ui.InGameViewUI {\r\n constructor() {\r\n super();\r\n InGameView.ins = this;\r\n }\r\n static get Instance() {\r\n if (InGameView.ins) {\r\n return InGameView.ins;\r\n }\r\n else {\r\n return new InGameView();\r\n }\r\n }\r\n Show() {\r\n }\r\n Close() {\r\n }\r\n}\r\n",
  3. "references": [
  4. "E:/LayaProject/ArcherWorrior/src/ui/layaMaxUI.ts",
  5. "E:/LayaProject/ArcherWorrior/src/View/ViewManager.ts"
  6. ]
  7. }