10 internal static class SoundHelper
12 internal enum SoundType
24 internal static void PlayCustomSound(SoundType type)
26 Main.PlaySound(SoundLoader.customSoundType, -1, -1,
27 Loot.Instance.GetSoundSlot(
29 "Sounds/Custom/" + Enum.GetName(typeof(SoundType), type)));