void Awake () { instance = this; pathfinding = GetComponent<Pathfinding>(); }
void Awake() { instance = this; pathfinding = GetComponent <Pathfinding>(); }