mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
fix descriptions
This commit is contained in:
parent
e5242f76c7
commit
b4ea7baba4
7 changed files with 25 additions and 25 deletions
|
@ -8,10 +8,10 @@ public class FuckToes : MelonMod
|
|||
MelonPreferences.CreateCategory(nameof(FuckToes));
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryEnabledVR =
|
||||
Category.CreateEntry("Enabled", true, "Nuke VRIK toes when in Halfbody.");
|
||||
Category.CreateEntry("Enabled", true, description: "Nuke VRIK toes when in Halfbody.");
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryEnabledFBT =
|
||||
Category.CreateEntry("Enabled in FBT", false, "Nuke VRIK toes when in FBT.");
|
||||
Category.CreateEntry("Enabled in FBT", false, description: "Nuke VRIK toes when in FBT.");
|
||||
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue