コード例 #1
0
 private void Awake()
 {
     _creatorData            = GetComponent <ObstacleCreatorData>();
     _obstaclesInstantiate   = GetComponent <ObstaclesInstantiate>();
     _obstaclesCustomization = GetComponent <ObstaclesCustomization>();
 }
コード例 #2
0
 private void Awake()
 {
     _creatorData = GetComponent <ObstacleCreatorData>();
 }