Convert ListXML writer to serializer, fix cloning bugs

This commit is contained in:
Matt Nadareski
2024-03-12 13:00:34 -04:00
parent 912c2c62a9
commit 82539f9a8f
4 changed files with 17 additions and 755 deletions

View File

@@ -13,7 +13,7 @@ namespace SabreTools.DatItems.Formats
#region Fields
/// <inheritdoc>/>
protected override ItemType ItemType => ItemType.Analog;
protected override ItemType ItemType => ItemType.BiosSet;
/// <inheritdoc>/>
protected override string? NameKey => Models.Metadata.BiosSet.NameKey;