コード例 #1
0
 public void SpawnGreenFish()
 {
     GetComponent <AudioSource>().PlayOneShot(buttonClick);
     spawnScript.SpawnGreenFish();
 }