Пример #1
0
 private void Update()
 {
     if (_followBehaviour != null && _moveActive)
     {
         _followBehaviour.OnUpdate(_colPos, _target ? _target.position : null);
         _followBehaviour.DebugAvoid = _debugAvoid;
     }
 }