expose some stuff to DOM to allow scripting
we can probably water it down if its used for abuse
This commit is contained in:
parent
5065c7ab58
commit
653ce2e413
1 changed files with 7 additions and 0 deletions
|
@ -119,3 +119,10 @@ function talk() {
|
||||||
}
|
}
|
||||||
|
|
||||||
roomInit();
|
roomInit();
|
||||||
|
|
||||||
|
|
||||||
|
let w = window as any;
|
||||||
|
|
||||||
|
w.agentchat = {
|
||||||
|
getRoom: () => Room,
|
||||||
|
}
|
Loading…
Reference in a new issue