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