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