Move ItemType to untyped base class

This commit is contained in:
Matt Nadareski
2024-03-10 20:45:54 -04:00
parent 97542bf966
commit 49b7a5b273
7 changed files with 34 additions and 14 deletions

View File

@@ -13,6 +13,9 @@ namespace SabreTools.DatItems.Formats
{
#region Fields
/// <inheritdoc>/>
protected override ItemType ItemType => ItemType.SourceDetails;
/// <summary>
/// Id value
/// </summary>