forked from sent/waves
20 lines
233 B
JavaScript
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;
|
|
|