Adding variables (on the front side for now)
This commit is contained in:
@@ -206,3 +206,9 @@ window.addEventListener(
|
||||
// ...
|
||||
}
|
||||
);
|
||||
|
||||
// Notify WorkAdventure that we are ready to receive data
|
||||
sendToWorkadventure({
|
||||
type: 'ready',
|
||||
data: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user