Skip to content

Commit

Permalink
extended uncompressed message with rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
popuz committed Sep 19, 2024
1 parent 31410eb commit 1f3a6fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/decentraland/kernel/comms/rfc4/comms.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ message Movement {
bool is_falling = 14;

bool is_stunned = 15;

float rotation_y = 16;
}

message MovementCompressed {
Expand Down

0 comments on commit 1f3a6fe

Please sign in to comment.