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