void Awake ()
		{
			instance = this;
			pathfinding = GetComponent<Pathfinding>();
		}
示例#2
0
 void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <Pathfinding>();
 }