示例#1
0
 public static int GetInt(string key)
 {
     return(ObscuredPrefs.GetInt(key, 0));
 }