File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
proto/decentraland/sdk/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ syntax = "proto3";
33package decentraland.sdk.components ;
44
55import "decentraland/sdk/components/common/id.proto" ;
6- option (common.ecs_component_id ) = 1078 ;
6+ option (common.ecs_component_id ) = 1098 ;
77
88/**
99 * NetworkEntity marks an entity for network synchronization.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ syntax = "proto3";
33package decentraland.sdk.components ;
44
55import "decentraland/sdk/components/common/id.proto" ;
6- option (common.ecs_component_id ) = 1077 ;
6+ option (common.ecs_component_id ) = 1099 ;
77
88// PBTimeComponent provides synchronized time information based on NTP server data
99// This component can be used to maintain consistent time across all clients
You can’t perform that action at this time.
0 commit comments