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