Skip to content

Commit

Permalink
Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Jan 27, 2025
1 parent 0ef8a3c commit 1020ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/decentraland/sdk/components/light_source.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";
package decentraland.sdk.components;
import "decentraland/sdk/components/common/id.proto";
import "decentraland/common/colors.proto";
import "decentraland/common/texture.proto";
option (common.ecs_component_id) = 1079;

message PBLightSource {
Expand Down

0 comments on commit 1020ea7

Please sign in to comment.