コード例 #1
0
 public void Update()
 {
     if (_spawner.UpdateSpawn())
     {
         _spawner.InitAsteroid();
     }
 }