広告呼び出し一部修正
This commit is contained in:
parent
154d5b858c
commit
f6bb278906
|
|
@ -75,7 +75,7 @@ namespace MyGame.Scripts
|
||||||
normalWindow.SetActive(true);
|
normalWindow.SetActive(true);
|
||||||
vipObject.SetActive(true);
|
vipObject.SetActive(true);
|
||||||
messageText.text = ScriptLocalization.System.VipCustomerMessage;
|
messageText.text = ScriptLocalization.System.VipCustomerMessage;
|
||||||
SetButtonAction(closeButton, okButton);
|
SetButtonAction(closeButton, okButton, AdManager.AD_PLACEMENT_VIP);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new ArgumentOutOfRangeException();
|
throw new ArgumentOutOfRangeException();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue