void Awake()
 {
     instance = this;
     a = GetComponent<A_Pathfinding>();
 }
Example #2
0
 void Awake()
 {
     instance = this;
     a        = GetComponent <A_Pathfinding>();
 }