bug修改
This commit is contained in:
@@ -166,7 +166,7 @@ namespace BingoBrain
|
||||
|
||||
GameHelper.GetVideo("reward_extraFlip", isSuccess =>
|
||||
{
|
||||
if (isSuccess)
|
||||
if (isSuccess)
|
||||
{
|
||||
var adwardModel = GameHelper.GetConfig<AdRewardModel>();
|
||||
MaxClickNum = Mathf.Clamp(MaxClickNum + adwardModel.GetData("reward_extraFlip").rewardAmount,
|
||||
@@ -326,9 +326,7 @@ namespace BingoBrain
|
||||
var tw1 = DOVirtual.DelayedCall(0.3f, () => { canClick = true; });
|
||||
tweenerQueue.Enqueue(tw1);
|
||||
});
|
||||
rewardData.condition = GameHelper.IsCanGuide() ? RewardCondition.None : RewardCondition.AD;
|
||||
rewardData.displayType =
|
||||
RewardDisplayType.Dialog | RewardDisplayType.RewardFly | RewardDisplayType.ValueChange;
|
||||
rewardData.displayType = RewardDisplayType.RewardFly | RewardDisplayType.ValueChange;
|
||||
GameDispatcher.Instance.Dispatch(BingoInfo.GetReward, rewardData);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user