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