Change ItemType into concerete property

This commit is contained in:
Matt Nadareski
2026-04-01 11:24:33 -04:00
parent 4035d9db86
commit 3e2bba866d
135 changed files with 629 additions and 781 deletions

View File

@@ -37,6 +37,6 @@ namespace SabreTools.Data.Models.Metadata
#endregion
public DipSwitch() => Type = ItemType.DipSwitch;
public DipSwitch() => ItemType = ItemType.DipSwitch;
}
}