Skip to content

Commit

Permalink
Update HumanoidCharacterProfile.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Oct 15, 2024
1 parent 3c16d75 commit f4c45d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/Preferences/HumanoidCharacterProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ public sealed partial class HumanoidCharacterProfile : ICharacterProfile
public string Customspeciename { get; set; } = "";

[DataField]
public float Height { get; private set; }
public float Height { get; private set; } = 1f;

[DataField]
public float Width { get; private set; }
public float Width { get; private set; } = 1f;

[DataField]
public int Age { get; set; } = 18;
Expand Down

0 comments on commit f4c45d2

Please sign in to comment.