mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make internal header model readonly
This commit is contained in:
@@ -113,7 +113,7 @@ namespace SabreTools.DatFiles
|
||||
/// Internal Header model
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
private Models.Metadata.Header _header = [];
|
||||
private readonly Models.Metadata.Header _header = [];
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user