Beispiel #1
0
 public static int GetInt(Key key, int defaultValue)
 {
     return(PlayerPrefs.GetInt(Prefix + key, defaultValue));
 }
Beispiel #2
0
 public static int GetInt(Key key)
 {
     return(PlayerPrefs.GetInt(Prefix + key));
 }