summaryrefslogtreecommitdiff
path: root/doc/protocol.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocol.md')
-rw-r--r--doc/protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.md b/doc/protocol.md
index 4c05cf2..a3b8364 100644
--- a/doc/protocol.md
+++ b/doc/protocol.md
@@ -25,7 +25,7 @@ encoded text.
0x03 add(ob: Obj, prefab: Res<Prefab>)
0x04 remove(ob: Obj)
0x05 position(ob: Obj, pos: Vec3, rot: Vec3)
-0x06 pose(ob: Obj, params: Vec<f32>)
+0x06 pose(ob: Obj, params: Vec<(u16, Affine)>)
0x07 parent(parent: Obj, child: Obj)
0x08 sound(ob: Obj, data: Vec<u8>)
0x09 prefab_index(res: Res)