using UnityEngine; // ReSharper disable once CheckNamespace namespace DarkTonic.MasterAudio { /// /// This attribute can be used in public string fields in your custom scripts. It will show a dropdown of all Sound Groups in the Scene. /// public class SoundGroupAttribute : PropertyAttribute { } }