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