public void TestSoundEngineCreation() { //create instance var se = new SoundEngine(); //dispose se.Dispose(); }
internal static void DisposeAll() { AllAudioEngines?.ForEach(x => x.Dispose()); SoundEngine.Dispose(); }