0
0
mirror of https://github.com/Doodle3D/Doodle3D-API synced 2024-06-02 13:54:31 +02: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', () => { box.addEventListener('disconnect', () => {
console.log('disonnect to box', box); console.log('disonnect to box', box);
}) });
box.addEventListener('update', ({ state }) => { box.addEventListener('update', ({ state }) => {
console.log(state); console.log(state);