fix descriptions

This commit is contained in:
NotAKidoS 2023-04-26 15:59:38 -05:00
parent e5242f76c7
commit b4ea7baba4
7 changed files with 25 additions and 25 deletions

View file

@ -10,10 +10,10 @@ public class CVRGizmos : MelonMod
MelonPreferences.CreateCategory(nameof(CVRGizmos));
public static readonly MelonPreferences_Entry<bool> EntryEnabled =
CategoryCVRGizmos.CreateEntry("Enabled", false, description: "Toggle CVR Gizmos entirely.", dont_save_default: true);
CategoryCVRGizmos.CreateEntry("Enabled", false, description: "Toggle CVR Gizmos entirely.");
public static readonly MelonPreferences_Entry<bool> EntryLocalOnly =
CategoryCVRGizmos.CreateEntry("Local Only", false, description: "Toggle CVR Gizmos local-only mode.", dont_save_default: true);
CategoryCVRGizmos.CreateEntry("Local Only", false, description: "Toggle CVR Gizmos local-only mode.");
public override void OnInitializeMelon()
{