Skip to content

Commit 852ec1e

Browse files
committed
add timmestamp to avatar emotes pb
1 parent 5536cee commit 852ec1e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

proto/decentraland/sdk/components/avatar_emote_command.proto

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ option (common.ecs_component_id) = 1088;
77
// AvatarEmoteCommand is a grow only value set, used to signal the renderer about
88
// avatar emotes playback.
99
message PBAvatarEmoteCommand {
10-
message EmoteCommand {
11-
string emote_urn = 1;
12-
bool loop = 2;
13-
}
14-
15-
EmoteCommand emote_command = 1;
10+
string emote_urn = 1;
11+
bool loop = 2;
12+
uint32 timestamp = 3; // monotonic counter
1613
}

0 commit comments

Comments
 (0)