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