Пример #1
0
        public void Tick()
        {
            _aiPathfinder.Tick();

            if (_aiPathfinder.OnAPath)
            {
                return;
            }

            _aiPathfinder.RequestPathToRandomLocationWithinDistance(RandomPositionDistance);
        }
 public void Tick()
 {
     _aiPathfinder.Tick();
 }