Skip to content

Commit 9d648bb

Browse files
authored
Update map_pin.proto
Signed-off-by: davidejensen <[email protected]>
1 parent 7af5095 commit 9d648bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proto/decentraland/sdk/components/map_pin.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ import "decentraland/sdk/components/common/id.proto";
55
import "decentraland/common/texture.proto";
66
option (common.ecs_component_id) = 1097;
77

8+
// @deprecated
9+
// Used internally for the game orchestrator PX, not exposed in the SDK
810
message PBMapPin {
911
decentraland.common.Vector2 position = 1;
1012
optional decentraland.common.TextureUnion texture = 2;
1113
float icon_size = 3;
1214
string title = 4;
1315
string description = 5;
14-
}
16+
}

0 commit comments

Comments
 (0)