Port Height Sliders (#458)

This commit is contained in:
VMSolidus
2024-06-27 13:46:50 -04:00
committed by GitHub
parent 3971ec31a4
commit efeb93b74e
30 changed files with 3279 additions and 15 deletions

View File

@@ -338,6 +338,8 @@ namespace Content.Server.Database
public string Sex { get; set; } = null!;
public string Gender { get; set; } = null!;
public string Species { get; set; } = null!;
public float Height { get; set; } = 1f;
public float Width { get; set; } = 1f;
[Column(TypeName = "jsonb")] public JsonDocument? Markings { get; set; } = null!;
public string HairName { get; set; } = null!;
public string HairColor { get; set; } = null!;