Skip to content
UrFriendKen edited this page Nov 9, 2023 · 4 revisions

Introduction

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.

Requirements

  • Subscribe to PreferenceSystem in the workshop
  • Add PreferenceSystem-Workshop.dll as a reference in your C# project, and using PreferenceSystem; in Mod.cs

Clone this wiki locally