Flavor text (#8070)
This commit is contained in:
@@ -197,6 +197,7 @@ namespace Content.Server.Database
|
||||
public int Id { get; set; }
|
||||
public int Slot { get; set; }
|
||||
[Column("char_name")] public string CharacterName { get; set; } = null!;
|
||||
public string FlavorText { get; set; } = null!;
|
||||
public int Age { get; set; }
|
||||
public string Sex { get; set; } = null!;
|
||||
public string Gender { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user