12345678 |
- {
- "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",
- "references": [
- "E:/LayaProject/ArcherWorrior/src/ui/layaMaxUI.ts",
- "E:/LayaProject/ArcherWorrior/src/View/ViewManager.ts"
- ]
- }
|