Add missing DataDefinition constructors (#14603)
This commit is contained in:
@@ -14,5 +14,5 @@ public sealed class HumanoidProfilePrototype : IPrototype
|
||||
public Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> CustomBaseLayers = new();
|
||||
|
||||
[DataField("profile")]
|
||||
public HumanoidCharacterProfile Profile { get; } = HumanoidCharacterProfile.Default();
|
||||
public HumanoidCharacterProfile Profile { get; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user