mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Metadata DatItem should be abstract
This commit is contained in:
@@ -6,10 +6,10 @@ namespace SabreTools.Data.Models.Metadata
|
||||
/// <summary>
|
||||
/// Format-agnostic representation of item data
|
||||
/// </summary>
|
||||
public class DatItem
|
||||
public abstract class DatItem
|
||||
{
|
||||
/// <summary>
|
||||
/// Quick accessor to item type, if it exists
|
||||
/// Quick accessor to item type
|
||||
/// </summary>
|
||||
[JsonProperty("itemtype", DefaultValueHandling = DefaultValueHandling.Ignore), XmlElement("itemtype")]
|
||||
public ItemType ItemType { get; protected set; }
|
||||
|
||||
Reference in New Issue
Block a user