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