We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5536cee commit 852ec1eCopy full SHA for 852ec1e
proto/decentraland/sdk/components/avatar_emote_command.proto
@@ -7,10 +7,7 @@ option (common.ecs_component_id) = 1088;
7
// AvatarEmoteCommand is a grow only value set, used to signal the renderer about
8
// avatar emotes playback.
9
message PBAvatarEmoteCommand {
10
- message EmoteCommand {
11
- string emote_urn = 1;
12
- bool loop = 2;
13
- }
14
-
15
- EmoteCommand emote_command = 1;
+ string emote_urn = 1;
+ bool loop = 2;
+ uint32 timestamp = 3; // monotonic counter
16
}
0 commit comments