Add missing constructor in RandomSpawnLootEntry struct (#21721)
This commit is contained in:
parent
77c4dfa8ad
commit
5d613ef6a5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue