Skip to content

Commit

Permalink
trying to fix 'common.ecs_component_id' not being recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
pravusjif committed Aug 13, 2024
1 parent 03ee5b4 commit 08464fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/decentraland/sdk/components/camera_director.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
syntax = "proto3";
package decentraland.sdk.components;

import "decentraland/sdk/components/common/id.proto";
option (common.ecs_component_id) = 1075;
Expand Down
1 change: 1 addition & 0 deletions proto/decentraland/sdk/components/virtual_camera.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
syntax = "proto3";
package decentraland.sdk.components;

import "decentraland/sdk/components/common/id.proto";
option (common.ecs_component_id) = 1076;
Expand Down

0 comments on commit 08464fc

Please sign in to comment.