Organization and blessing data

This commit is contained in:
6d486f49
2026-06-22 15:58:01 -04:00
parent 1f689230b5
commit 9a87b7afb3
115 changed files with 1160 additions and 932 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ namespace Model;
public record SkillDoc : DocEntry
{
public required string Character { get; init; }
public string? Character { get; init; }
public string? Cast { get; init; }
public string? Description { get; init; }
public string? Key { get; init; }