mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 07:14:57 +00:00
Port one more extension from UnshieldSharp
This commit is contained in:
@@ -41,6 +41,11 @@ namespace SabreTools.Serialization.Wrappers
|
||||
/// </summary>
|
||||
public int FileGroupCount => Model.FileGroups?.Length ?? 0;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if Unicode strings are used
|
||||
/// </summary>
|
||||
public bool IsUnicode => MajorVersion >= 17;
|
||||
|
||||
/// <summary>
|
||||
/// The major version of the cabinet
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user