AppLovin / AppLovin-MAX-Godot

MIT License
48 stars 6 forks source link

Fix various bug #22

Closed kxn closed 10 months ago

kxn commented 10 months ago

As title said

kxn commented 10 months ago

One more thing, order of parameters for _on_rewarded_ad_received_reward at https://dash.applovin.com/documentation/mediation/godot/ad-formats/rewarded-ads is wrong

should be

func _on_rewarded_ad_received_reward(ad_unit_id: String, reward: AppLovinMAX.Reward, ad_info: AppLovinMAX.AdInfo):