Example #1
0
 void Awake()
 {
     requestManager = GetComponent <PathRequestManager>();
     grid           = GetComponent <Grid1>();
 }
Example #2
0
 void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <Pathfinding>();
 }
Example #3
0
 private void Awake()
 {
     _requestManager = GetComponent <PathRequestManager>();
     _grid           = GetComponent <Grid>();
 }