|
@@ -1,4 +1,7 @@
|
|
|
/// <reference path="../node_modules/@workadventure/iframe-api-typings/iframe_api.d.ts" />
|
|
|
|
|
|
+// You can write your WorkAdventure script here, if any.
|
|
|
+// The "WA" global object is available from anywhere.
|
|
|
+
|
|
|
console.log('Script started successfully');
|
|
|
WA.openCoWebSite('https://workadventu.re');
|