예제 #1
0
 public void SpawnBlueFish()
 {
     GetComponent <AudioSource>().PlayOneShot(buttonClick);
     spawnScript.SpawnBlueFish();
 }