mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
20 lines
244 B
JavaScript
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;
|
|
|