add decoder for channel block

This commit is contained in:
2025-03-15 12:01:50 -05:00
parent ca53943374
commit 9a8832fe90
4 changed files with 38 additions and 0 deletions
+2
View File
@@ -1,3 +1,4 @@
import ChannelBlock from './lighting/channel-block';
import CentroidAccelVelocity from './motion/centroid-accel-velocity';
import CentroidPosition from './motion/centroid-position';
import OrientationEuler from './motion/orientation-euler';
@@ -22,4 +23,5 @@ export const Decoders = {
OrientationEuler,
ZoneCollisionDetection,
ZoneObject,
ChannelBlock,
};