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