Skip to content

Commit

Permalink
Add missing constructor in RandomSpawnLootEntry struct (space-wizards…
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSmugleaf authored Nov 17, 2023
1 parent 605e7f7 commit 9ec80aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Procedural/Loot/RandomSpawnsLoot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<EntityPrototype>))]
public string Proto { get; set; } = string.Empty;
Expand Down

0 comments on commit 9ec80aa

Please sign in to comment.