update core

This commit is contained in:
2023-04-04 18:33:51 +08:00
parent 37f58dcd84
commit 49a35b1b6c

View File

@@ -25,11 +25,11 @@ public class AwardVideoPlayer : ADPlayer , ATRewardedVideoListener
{
if (this.IsReadly())
{
this.curState = 0;
this._onVideoComplete = onVideoComplete;
this.adListener.onClose = onClose;
this.adListener.onVideoComplete = this.OnVideoComplete;
this._atRewardedVideo.showAd(this.Key);
this.curState = 0;
}
}