コード例 #1
0
 // Use this for initialization
 void Start()
 {
     waveSpawn = GetComponent <WaveSpawnSystem> ();
     //highScoreController = (GameObject.FindGameObjectWithTag ("HighScoreController").GetComponent ("HighScoreController") as HighScoreController);
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     waveSpawn = GetComponent<WaveSpawnSystem> ();
     //highScoreController = (GameObject.FindGameObjectWithTag ("HighScoreController").GetComponent ("HighScoreController") as HighScoreController);
 }