mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create Required attribute and tag properties
This commit is contained in:
@@ -4,6 +4,7 @@ namespace SabreTools.Models.DosCenter
|
||||
public class Game
|
||||
{
|
||||
/// <remarks>name</remarks>
|
||||
[Required]
|
||||
public string? Name { get; set; }
|
||||
|
||||
/// <remarks>file</remarks>
|
||||
|
||||
Reference in New Issue
Block a user