Exemplo n.º 1
0
 void Awake()
 {
     requestManager = GetComponent<ListPathRequestManager>();
     grid = GetComponent<Grid>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     instance = this;
     pathfinding = GetComponent<ListAStarPathfinding>();
 }
 void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <ListAStarPathfinding>();
 }
Exemplo n.º 4
0
 void Awake()
 {
     requestManager = GetComponent <ListPathRequestManager>();
     grid           = GetComponent <Grid>();
 }