Organization and blessing data
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user