Пример #1
0
 void Update()
 {
     if (_cameraMovement != null)
     {
         _cameraMovement.Update(_camera);
     }
 }