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:
@@ -18,6 +18,10 @@
|
||||
/// <summary>
|
||||
/// The variable-length Unicode string data, word-aligned.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public byte[] UnicodeString;
|
||||
#else
|
||||
public byte[]? UnicodeString;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user