We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fea33 commit 421385cCopy full SHA for 421385c
proto/decentraland/kernel/apis/restricted_actions.proto
@@ -6,6 +6,7 @@ import "decentraland/common/vectors.proto";
6
message MovePlayerToRequest {
7
decentraland.common.Vector3 new_relative_position = 1;
8
optional decentraland.common.Vector3 camera_target = 2;
9
+ optional decentraland.common.Vector3 avatar_target = 3;
10
}
11
12
message TeleportToRequest {
0 commit comments