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


const scriptsInEvents = {

	async Loading_event_Event9_Act1(runtime, localVars)
	{
		if (typeof sdk !== 'undefined' &amp;&amp; sdk.showBanner !== 'undefined') {
		sdk.showBanner();
		}
	},

	async Global_event_Event10_Act1(runtime, localVars)
	{
		if (typeof sdk !== 'undefined' &amp;&amp; sdk.showBanner !== 'undefined') {
		sdk.showBanner();
		}
	},

	async Global_event_Event18_Act1(runtime, localVars)
	{
		if (typeof sdk !== 'undefined' &amp;&amp; sdk.showBanner !== 'undefined') {
		sdk.showBanner();
		}
	},

	async Game_over_event_Event5_Act1(runtime, localVars)
	{
		if (typeof sdk !== 'undefined' &amp;&amp; sdk.showBanner !== 'undefined') {
		sdk.showBanner();
		}
	}

};

self.C3.ScriptsInEvents = scriptsInEvents;

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