Esempio n. 1
0
 public static float GetFloat(string key)
 {
     return(ObscuredPrefs.GetFloat(key, 0f));
 }