Пример #1
0
 private void Update()
 {
     transform.rotation = ClientManager.GetCameraRotation();
 }
Пример #2
0
        private void Awake()
        {
            Instance = this;

            clientManager = ClientManager.Instance;
        }