Exemplo n.º 1
0
 private void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <PathfindingHeapSimple>();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     requestManager   = GetComponent <PathRequestManagerSimple>();
     generateNodePath = GetComponent <GenerateNodePath>();
 }