I am trying to find the ocean patrol paths generated by the game on startup. In TerrainPath I see theese:
internal List<Vector3> OceanPatrolClose = new List<Vector3>();
internal List<Vector3> OceanPatrolFar = new List<Vector3>();Does anyone have any idea on where to find them?