<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


const scriptsInEvents = {

	async ["Gm-Sdk_Event1_Act1"](runtime, localVars)
	{
		if (typeof sdk !== 'undefined' &amp;&amp; sdk.showBanner !== 'undefined') {
			sdk.showBanner();
		}
	}

};

self.C3.ScriptsInEvents = scriptsInEvents;

</pre></body></html>