void Start() { myPointer = GameObject.FindGameObjectWithTag("Main").GetComponent <MousePointer>(); roomManager = GameObject.FindGameObjectWithTag("AllRooms").GetComponent <_RoomManager>(); }
private void Start() { instance = this; }