Exemple #1
0
 public void DeathCounter(int value)
 {
     _preferences.Editor().PutInt("DeathCounter", value);
     _preferences.Editor().Apply();
 }