Example #1
0
 private void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <AStarPathfinder>();
 }