mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 23:05:03 +00:00
Don't allow model to be nullable
This commit is contained in:
@@ -27,11 +27,7 @@ namespace BinaryObjectScanner.Wrappers
|
||||
/// Internal model
|
||||
/// </summary>
|
||||
/// <remarks>TODO: Should this have a public getter?</remarks>
|
||||
#if NET48
|
||||
protected T _model = default;
|
||||
#else
|
||||
protected T? _model = default;
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Source of the original data
|
||||
|
||||
Reference in New Issue
Block a user