void Awake() { instance = this; a = GetComponent<A_Pathfinding>(); }
void Awake() { instance = this; a = GetComponent <A_Pathfinding>(); }