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 eebeada commit 4e18203
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ public sealed partial class ShortConstructionEntry
[DataDefinition]
public sealed partial class ShortConstructionCategory
{
[DataField("name")]
[DataField]
public string Name { get; set; } = string.Empty;

[DataField("icon")]
[DataField]
public SpriteSpecifier Icon { get; set; } = default!;

[DataField("entries")]
[DataField]
public List<ShortConstructionEntry> Entries { get; set; } = new();
}

Expand Down

0 comments on commit 4e18203

Please sign in to comment.