Skip to content

Commit

Permalink
Update Content.Shared/ShortConstruction/ShortConstructionComponent.cs
Browse files Browse the repository at this point in the history
Co-authored-by: VMSolidus <[email protected]>
Signed-off-by: gluesniffler <[email protected]>
  • Loading branch information
gluesniffler and VMSolidus committed Sep 21, 2024
1 parent 4dd8b0a commit eebeada
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ public sealed partial class ShortConstructionComponent : Component
[DataDefinition]
public sealed partial class ShortConstructionEntry
{
[DataField("prototype")]
[DataField]
public ProtoId<ConstructionPrototype>? Prototype { get; set; }

[DataField("category")]
[DataField]
public ShortConstructionCategory? Category { get; set; }
}

Expand Down

0 comments on commit eebeada

Please sign in to comment.