7 lines
179 B
C#

namespace NewHorizons.OtherMods;
public static class OtherModUtil
{
public static bool IsEnabled(string modName) => Main.Instance.ModHelper.Interaction.ModExists(modName);
}