Promote Input

This commit is contained in:
Matt Nadareski
2020-09-02 21:59:26 -07:00
parent 3700e5f7a7
commit 94c98379d0
11 changed files with 606 additions and 347 deletions

View File

@@ -503,6 +503,9 @@ namespace SabreTools.Library.DatItems
case ItemType.Feature:
return new Feature();
case ItemType.Input:
return new Input();
case ItemType.Instance:
return new Instance();