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:
@@ -15,8 +15,9 @@ namespace SabreTools.Models.Listxml
|
||||
public string? Tilt { get; set; }
|
||||
|
||||
/// <remarks>Numeric</remarks>
|
||||
[Required]
|
||||
[XmlAttribute("players")]
|
||||
public string Players { get; set; }
|
||||
public string? Players { get; set; }
|
||||
|
||||
/// <remarks>Only present in older versions</remarks>
|
||||
[XmlAttribute("control")]
|
||||
|
||||
Reference in New Issue
Block a user