void SetVampire(bool b) { PlayerPrefs.SetInt(PlayerPrefsInfo.s_vampire, Bool2Int(b)); PlayerPrefsInfo.CalculateRarityRateBoost(); }
void SetRotLock(bool b) { PlayerPrefs.SetInt(PlayerPrefsInfo.s_rotLock, Bool2Int(b)); PlayerPrefsInfo.CalculateRarityRateBoost(); }