mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-14 00:17:55 +01:00
add ;
This commit is contained in:
parent
73a065af14
commit
3cb9990a47
@ -12,7 +12,7 @@ doodle3DManager.addEventListener('boxappeared', ({ box }) => {
|
||||
|
||||
box.addEventListener('disconnect', () => {
|
||||
console.log('disonnect to box', box);
|
||||
})
|
||||
});
|
||||
|
||||
box.addEventListener('update', ({ state }) => {
|
||||
console.log(state);
|
||||
|
Loading…
Reference in New Issue
Block a user