feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/PreferenceExtensions.html
|
||||
Title: People Playground Modding - PreferenceExtensions
|
||||
==================================================
|
||||
|
||||
public static class PreferenceExtensions
|
||||
No description provided
|
||||
Methods
|
||||
public static float GetFloat(this Preferences instance, string key)
|
||||
No description provided
|
||||
|
||||
public static string GetString(this Preferences instance, string key)
|
||||
No description provided
|
||||
|
||||
public static void SetByName(this Preferences instance, string name, T value)
|
||||
No description provided
|
||||
|
||||
public static T GetByName(this Preferences instance, string name)
|
||||
No description provided
|
||||
|
||||
public static void SetByName(this Preferences instance, string name, object value)
|
||||
No description provided
|
||||
|
||||
public static object GetByName(this Preferences instance, string name)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user