private void Update() { transform.rotation = ClientManager.GetCameraRotation(); }
private void Awake() { Instance = this; clientManager = ClientManager.Instance; }