0
0
mirror of https://github.com/Doodle3D/Doodle3D-API synced 2024-11-14 00:17:55 +01:00
This commit is contained in:
casperlamboo 2016-07-19 16:14:48 +02:00
parent 73a065af14
commit 3cb9990a47

View File

@ -12,7 +12,7 @@ doodle3DManager.addEventListener('boxappeared', ({ box }) => {
box.addEventListener('disconnect', () => {
console.log('disonnect to box', box);
})
});
box.addEventListener('update', ({ state }) => {
console.log(state);