コード例 #1
0
 private void Start()
 {
     audio            = GetComponent <AudioSource>();
     gameManager      = Object.FindObjectOfType <GameManager>();
     congaLine        = Object.FindObjectOfType <CongaLineController>();
     animalSpawner    = Object.FindObjectOfType <AnimalSpawner>();
     alltimeVariables = Object.FindObjectOfType <AlltimeVariables>();
 }
コード例 #2
0
 // Start is called before the first frame update
 void Start()
 {
     audio         = GetComponent <AudioSource>();
     animalSpawner = Object.FindObjectOfType <AnimalSpawner>();
     congaLine     = Object.FindObjectOfType <CongaLineController>();
 }
コード例 #3
0
 // Start is called before the first frame update
 void Start()
 {
     instance = this;
     counter  = 0;
 }
コード例 #4
0
 // Start is called before the first frame update
 void Start()
 {
     congaLine = Object.FindObjectOfType <CongaLineController>();
 }