コード例 #1
0
ファイル: MenuRisks.cs プロジェクト: Benedict-SC/doom-dial
 void SetSabotage(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_sabotage, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }
コード例 #2
0
ファイル: MenuRisks.cs プロジェクト: Benedict-SC/doom-dial
 void SetInverseDial(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_inverseDialSpin, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }
コード例 #3
0
ファイル: MenuRisks.cs プロジェクト: Benedict-SC/doom-dial
 void SetAmbush(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_ambush, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }
コード例 #4
0
ファイル: MenuRisks.cs プロジェクト: Benedict-SC/doom-dial
 void SetSkinnyNearSection(bool b)
 {
     PlayerPrefs.SetInt(PlayerPrefsInfo.s_skinnyNearLane, Bool2Int(b));
     PlayerPrefsInfo.CalculateDropRateBoost();
 }