Cleanup usings, promote PartFeature

This commit is contained in:
Matt Nadareski
2020-09-03 13:20:56 -07:00
parent 10de9f3430
commit 5d01d4ab51
15 changed files with 268 additions and 24 deletions

View File

@@ -355,6 +355,9 @@ namespace SabreTools.Library.DatItems
case ItemType.Media:
return new Media();
case ItemType.PartFeature:
return new PartFeature();
case ItemType.Port:
return new Port();
@@ -414,6 +417,7 @@ namespace SabreTools.Library.DatItems
ItemType.Instance => new Instance(),
ItemType.Location => new Location(),
ItemType.Media => new Media(),
ItemType.PartFeature => new PartFeature(),
ItemType.Port => new Port(),
ItemType.RamOption => new RamOption(),
ItemType.Release => new Release(),