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