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