More information

This commit is contained in:
Jonathan
2025-06-11 11:51:57 -04:00
parent f5e8984ab8
commit b02232855d
3 changed files with 451 additions and 217 deletions
+1
View File
@@ -9,4 +9,5 @@ public class EntityInfoModel : IEntityPartInterface
public string Descriptive { get; set; } = DescriptiveType.None;
public string Description { get; set; } = "";
public string Notes { get; set; } = "";
public string FlavorText { get; set; } = "";
}