Beispiel #1
0
 public static int GetInt(string section, string name) => MelonPreferences.GetEntryValue <int>(section, name);
Beispiel #2
0
 public static float GetFloat(string section, string name) => MelonPreferences.GetEntryValue <float>(section, name);
Beispiel #3
0
 public static bool GetBool(string section, string name) => MelonPreferences.GetEntryValue <bool>(section, name);