Ejemplo n.º 1
0
 private void Awake()
 {
     _creatorData            = GetComponent <ObstacleCreatorData>();
     _obstaclesInstantiate   = GetComponent <ObstaclesInstantiate>();
     _obstaclesCustomization = GetComponent <ObstaclesCustomization>();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     _creatorData = GetComponent <ObstacleCreatorData>();
 }