mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-23 09:12:14 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -21,6 +21,10 @@ namespace SabreTools.Models.NewExecutable
|
||||
/// <summary>
|
||||
/// ASCII text of the type or name string.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public byte[] Text;
|
||||
#else
|
||||
public byte[]? Text;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user