From eebeada24a1750d87c00a16bed878c307ee182de Mon Sep 17 00:00:00 2001 From: gluesniffler <159397573+gluesniffler@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:42:38 -0400 Subject: [PATCH] Update Content.Shared/ShortConstruction/ShortConstructionComponent.cs Co-authored-by: VMSolidus Signed-off-by: gluesniffler <159397573+gluesniffler@users.noreply.github.com> --- .../ShortConstruction/ShortConstructionComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/ShortConstruction/ShortConstructionComponent.cs b/Content.Shared/ShortConstruction/ShortConstructionComponent.cs index 8a336dc2978..453829c7be5 100644 --- a/Content.Shared/ShortConstruction/ShortConstructionComponent.cs +++ b/Content.Shared/ShortConstruction/ShortConstructionComponent.cs @@ -16,10 +16,10 @@ public sealed partial class ShortConstructionComponent : Component [DataDefinition] public sealed partial class ShortConstructionEntry { - [DataField("prototype")] + [DataField] public ProtoId? Prototype { get; set; } - [DataField("category")] + [DataField] public ShortConstructionCategory? Category { get; set; } }