Cleanup, grammar fixes, and build fix
This commit is contained in:
@@ -7,4 +7,5 @@ public class GameDoc
|
||||
public string? Link { get; set; }
|
||||
public string? Git { get; set; }
|
||||
public string ContentHtml { get; set; } = string.Empty;
|
||||
public bool? IsVisible { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user