bug修改
This commit is contained in:
@@ -129,6 +129,8 @@ namespace BingoBrain
|
||||
{
|
||||
GameHelper.DelayedShowGObject(this, ui.closeButton, ui.btn_claim);
|
||||
}
|
||||
|
||||
if ( ConfigSystem.GetConfig<CommonModel>().PiggyBankSwitch == 1) ui.btn_more.GetChild("img_saveingpot").visible = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -142,7 +144,8 @@ namespace BingoBrain
|
||||
|
||||
private void OnBtnClaimClick()
|
||||
{
|
||||
GameHelper.ShowInterstitial("interstitial_skipAd");
|
||||
// GameHelper.ShowInterstitial("interstitial_skipAd");
|
||||
GameHelper.addInterAdnumber();
|
||||
OpenCloseClick(false);
|
||||
if (data.cont_index == ui._Extra_extraball)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user