From 1f3a6fe3e7debc0119cb0f17f206e77a4f88001e Mon Sep 17 00:00:00 2001 From: Vitaly Popuzin Date: Thu, 19 Sep 2024 20:04:48 +0200 Subject: [PATCH] extended uncompressed message with rotation --- proto/decentraland/kernel/comms/rfc4/comms.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/decentraland/kernel/comms/rfc4/comms.proto b/proto/decentraland/kernel/comms/rfc4/comms.proto index 7e6cadf1..83f098d3 100644 --- a/proto/decentraland/kernel/comms/rfc4/comms.proto +++ b/proto/decentraland/kernel/comms/rfc4/comms.proto @@ -57,6 +57,8 @@ message Movement { bool is_falling = 14; bool is_stunned = 15; + + float rotation_y = 16; } message MovementCompressed {