diff --git a/Content.Shared/Procedural/Loot/RandomSpawnsLoot.cs b/Content.Shared/Procedural/Loot/RandomSpawnsLoot.cs index a9b71e7b61..e429eed402 100644 --- a/Content.Shared/Procedural/Loot/RandomSpawnsLoot.cs +++ b/Content.Shared/Procedural/Loot/RandomSpawnsLoot.cs @@ -14,7 +14,7 @@ public sealed partial class RandomSpawnsLoot : IDungeonLoot } [DataDefinition] -public partial record struct RandomSpawnLootEntry : IBudgetEntry +public partial record struct RandomSpawnLootEntry() : IBudgetEntry { [ViewVariables(VVAccess.ReadWrite), DataField("proto", required: true, customTypeSerializer:typeof(PrototypeIdSerializer))] public string Proto { get; set; } = string.Empty;