47e6af413a6481a2836c03f76054c46159beebdb 361 B

12345
  1. {
  2. "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",
  3. "references": []
  4. }