public static void PlaySoundAdd(string name) { string location = ResourceManager.GetSoundLocationByName(name); var a = new AudioObject(location, true); }