Update CP14DemiplaneGeneratorDataComponent.cs

This commit is contained in:
Ed
2025-02-02 15:30:34 +03:00
parent 3437830a78
commit c0275238ac

View File

@@ -23,7 +23,7 @@ public sealed partial class CP14DemiplaneGeneratorDataComponent : Component
public Dictionary<int, float> TiersContent = new();
[DataField(required: true)]
public Dictionary<ProtoId<CP14DemiplaneModifierCategoryPrototype>, float> Limits;
public Dictionary<ProtoId<CP14DemiplaneModifierCategoryPrototype>, float> Limits = new();
[DataField]
public ProtoId<CP14RoundStatTrackerPrototype> Statistic = "DemiplaneOpen";