void Awake ()
		{
			instance = this;
			pathfinding = GetComponent<Pathfinding>();
		}
Exemple #2
0
		void Awake ()
		{
			grid = GetComponent<PathfindingGrid>();
			requestManager = GetComponent<PathfindingRequestManager>();
		}