-
Notifications
You must be signed in to change notification settings - Fork 1
Home
UrFriendKen edited this page Nov 9, 2023
·
4 revisions
PreferenceSystem allows for the creation of complex nested Mod Preferences menus. You will use method chaining to create preferences and menus, with the preferences handled internally. This removes the need to cache preferences yourself and also simplifies the menu creation process.
- Subscribe to PreferenceSystem in the workshop
- Add
PreferenceSystem-Workshop.dllas a reference in your C# project, andusing PreferenceSystem;inMod.cs