void Awake()
 {
     BBPathRequestController.instance = this;
     this.pathfinding = GetComponent<BBPathfinding>();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     this.requestManager = GetComponent<BBPathRequestController>();
     this.grid = GetComponent<BBGridController>();
 }