mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[AlternateIKSystem] Slight cleanup
This commit is contained in:
parent
684b330a4c
commit
cd34aebeb0
10 changed files with 380 additions and 203 deletions
|
@ -25,7 +25,7 @@ public static class BTKUIAddon
|
|||
Page generalIKPage = parentCategory.AddPage("General IK Settings", "", "Configure the settings for general IK.", ModSettings.SettingsCategory);
|
||||
generalIKPage.MenuTitle = "General IK Settings";
|
||||
Category generalIKCategory = generalIKPage.AddCategory(generalIKPage.MenuTitle);
|
||||
|
||||
|
||||
// General Settings
|
||||
AddMelonToggle(ref generalIKCategory, ModSettings.EntryPlantFeet);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue