[AlternateIKSystem] Slight cleanup

This commit is contained in:
NotAKidoS 2023-07-13 23:28:04 -05:00
parent 684b330a4c
commit cd34aebeb0
10 changed files with 380 additions and 203 deletions

View file

@ -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);