mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
fix descriptions
This commit is contained in:
parent
e5242f76c7
commit
b4ea7baba4
7 changed files with 25 additions and 25 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue