Skip to content

Commit 0010e70

Browse files
authored
feat: restricted action stopEmote() (#444)
1 parent 1e0422c commit 0010e70

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

proto/decentraland/kernel/apis/restricted_actions.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ message CopyToClipboardRequest {
6363

6464
message EmptyResponse { }
6565

66+
message StopEmoteRequest { }
67+
6668
service RestrictedActionsService {
6769
// MovePlayerTo will move the player to a position relative to the current scene.
6870
// If 'duration' field is used in the request, the success response depends on the
@@ -93,4 +95,7 @@ service RestrictedActionsService {
9395

9496
// CopyToClipboard copies the provided text into the clipboard
9597
rpc CopyToClipboard(CopyToClipboardRequest) returns (EmptyResponse) {}
98+
99+
// StopEmote will stop the current emote
100+
rpc StopEmote(StopEmoteRequest) returns (SuccessResponse) {}
96101
}

0 commit comments

Comments
 (0)