Start creating Dictionary-based internal models

This commit is contained in:
Matt Nadareski
2023-08-01 23:18:53 -04:00
parent 8a56f8fd11
commit 7d4d69bbb8
55 changed files with 1613 additions and 39 deletions

View File

@@ -14,6 +14,7 @@ namespace SabreTools.Models.OpenMSX
[XmlElement("type")]
public string? Type { get; set; }
/// <remarks>SHA-1 hash</remarks>
[XmlElement("hash")]
public string? Hash { get; set; }