bug修改
This commit is contained in:
@@ -240,13 +240,12 @@ namespace BingoBrain
|
||||
PreferencesMgr.Instance.Currency101 = GameHelper.GetCommonModel().Initial101;
|
||||
GameDispatcher.Instance.Dispatch(BingoInfo.Update101Completed);
|
||||
}
|
||||
|
||||
if (PreferencesMgr.Instance.CardBoardSum == -1 ||
|
||||
(PreferencesMgr.Instance.CardBoardSum == 0 && PlayerPrefs.GetInt("First", 0) == 0))
|
||||
(PreferencesMgr.Instance.CardBoardSum <= 0 && PlayerPrefs.GetInt("First", 0) == 0))
|
||||
{
|
||||
PreferencesMgr.Instance.CardBoardSum = GameHelper.GetCommonModel().Fisrtcard[0];
|
||||
Debug.Log("777777777777777777777777777");
|
||||
//PlayerPrefs.SetInt("First", 1);
|
||||
PlayerPrefs.SetInt("First", 1);
|
||||
}
|
||||
|
||||
if (PreferencesMgr.Instance.Currency102 == -1)
|
||||
|
||||
Reference in New Issue
Block a user