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