Beispiel #1
0
 void Awake()
 {
     requestManager = GetComponent <PathRequestManager>();
     grid           = GetComponent <Grid>();
 }
Beispiel #2
0
 private void Awake()
 {
     _instance    = this;
     _pathfinding = GetComponent <Pathfinding>();
 }