This commit is contained in:
NotAKidoS 2023-02-09 19:28:30 -06:00
parent fcc83aa570
commit fbebd3e043
4 changed files with 10 additions and 24 deletions

View file

@ -4,7 +4,7 @@ namespace NAK.Melons.FuckToes;
public class FuckToesMod : MelonMod
{
internal const string SettingsCategory = "Fuck Toes";
internal const string SettingsCategory = "FuckToes";
internal static MelonPreferences_Category m_categoryFuckToes;
internal static MelonPreferences_Entry<bool> m_entryEnabledVR, m_entryEnabledFBT;
public override void OnInitializeMelon()