Files
monkeygg2.github.io/games/soccer-random/scripts/project/scriptsInEvents.js
T
2025-12-03 15:34:47 -05:00

20 lines
244 B
JavaScript

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