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