Exemplo n.º 1
0
 void SetVampire(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_vampire, Bool2Int(b));
     PlayerPrefsInfo.CalculateRarityRateBoost();
 }
Exemplo n.º 2
0
 void SetRotLock(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_rotLock, Bool2Int(b));
     PlayerPrefsInfo.CalculateRarityRateBoost();
 }