namespace NewHorizons.OtherMods.VoiceActing { public interface IVoiceMod { void RegisterAssets(string assetsFolder); } }