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
|
@ -11,10 +11,10 @@ public class PathCamDisabler : MelonMod
|
|||
MelonPreferences.CreateCategory(nameof(PathCamDisabler));
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryDisablePathCam =
|
||||
Category.CreateEntry("Disable Path Camera Controller.", true, "Disable Path Camera Controller.");
|
||||
Category.CreateEntry("Disable Path Camera Controller.", true, description: "Disable Path Camera Controller.");
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryDisableFlightBind =
|
||||
Category.CreateEntry("Disable Flight Binding (if controller off).", false, "Disable flight bind if Path Camera Controller is also disabled.");
|
||||
Category.CreateEntry("Disable Flight Binding (if controller off).", false, description: "Disable flight bind if Path Camera Controller is also disabled.");
|
||||
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue