예제 #1
0
 public static void Trigger(SoundRandomController scr)
 {
     if (scr != null)
     {
         scr.PlaySoundClip();
     }
 }
 public static void Trigger(SoundRandomController src)
 {
     Debug.Log("The Trigger Was Triggered");
     if (src != null)
     {
         src.PlaySoundClip();
     }
 }