Merge branch 'develop' of github.com:thecodingmachine/workadventure into GlobalMessageToWorld

This commit is contained in:
GRL
2021-07-22 17:17:25 +02:00
3 changed files with 91 additions and 82 deletions
+1 -1
View File
@@ -85,6 +85,6 @@ const proxyCommand = new Proxy(new WorkadventureStateCommands(), {
target.saveVariable(p.toString(), value);
return true;
},
});
}) as WorkadventureStateCommands & { [key: string]: unknown };
export default proxyCommand;