Ejemplo n.º 1
0
 public static void PlayOrbPickUpSound()
 {
     main.orbPickUpSound.clip = main.pickUpOrbSound;
     main.PlayOrbSoundInstance();
 }