Exemple #1
0
 private void FixedUpdate()
 {
     if (_moveActive)
     {
         _followBehaviour?.OnFixedUpdate(_colPos, _target ? _target.position : null);
     }
 }