waves/public/assets/g/basketrandom/scripts/project/scriptsInEvents.js
2025-04-09 17:11:14 -05:00

25 lines
304 B
JavaScript

const scriptsInEvents = {
async Introevent_Event2_Act1(runtime, localVars)
{
initSDK();
},
async Rhm_ads_Event1_Act1(runtime, localVars)
{
CallInterstitialAds();
},
async Rhm_ads_Event2_Act1(runtime, localVars)
{
CallRewardedAds();
}
};
self.C3.ScriptsInEvents = scriptsInEvents;