import { SoundManager } from './SoundManager'; const soundManager = new SoundManager(); export const GetSoundManager = () => soundManager;