mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
async function init()
|
|
{
|
|
await Engine.OpenChildPage("regainFocus/page_emptyPage.xml");
|
|
await Engine.OpenChildPage("regainFocus/page_emptyPage.xml");
|
|
}
|