12345 |
- {
- "code": "export default class PlayerController {\r\n static get Instance() {\r\n return this.instance || (this.instance = new PlayerController());\r\n }\r\n Init(startPos, playerCon) {\r\n this.playerStartPos = startPos.transform.position.clone();\r\n this.playerContainer = playerCon;\r\n }\r\n}\r\n",
- "references": []
- }
|