1
0
forked from sent/waves
waves/public/assets/g/soccerrandom/scripts/project/scriptsInEvents.js
2025-04-09 17:11:14 -05:00

20 lines
233 B
JavaScript

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