示例#1
0
 void SetSabotage(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_sabotage, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }
示例#2
0
 void SetInverseDial(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_inverseDialSpin, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }
示例#3
0
 void SetAmbush(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_ambush, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }
示例#4
0
 void SetSkinnyNearSection(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_skinnyNearLane, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }