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