Esempio n. 1
0
 // Start is called before the first frame update
 private void Start()
 {
     Waypoints = AIUtilities.GenerateWaypoints(transform.position, 1000, 25);
 }