예제 #1
0
 protected virtual void OnSoundStateChanged(SoundStateChangedEventArgs e)
 {
     SoundStateChanged?.Invoke(this, e);
 }
예제 #2
0
 public static void OnSoundStateChanged(bool enabled)
 {
     SoundStateChanged?.Invoke(enabled);
 }