This commit is contained in:
NotAKidoS 2023-04-10 03:01:45 -05:00
parent d1abb3b4ef
commit 677684b301
3 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,6 @@ namespace NAK.Melons.IKFixes;
public class IKFixesMod : MelonMod
{
internal static MelonLogger.Instance Logger;
public const string SettingsCategory = "IKFixes";
public static readonly MelonPreferences_Category CategoryIKFixes = MelonPreferences.CreateCategory(SettingsCategory);