mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Change ItemType into concerete property
This commit is contained in:
@@ -37,6 +37,6 @@ namespace SabreTools.Data.Models.Metadata
|
||||
|
||||
#endregion
|
||||
|
||||
public DipSwitch() => Type = ItemType.DipSwitch;
|
||||
public DipSwitch() => ItemType = ItemType.DipSwitch;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user