mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 15:24:56 +00:00
Use simpler extension where possible
This commit is contained in:
@@ -64,7 +64,7 @@ namespace SabreTools.Serialization.Wrappers
|
||||
/// <summary>
|
||||
/// The major version of the cabinet
|
||||
/// </summary>
|
||||
public int MajorVersion => Model.CommonHeader.GetMajorVersion();
|
||||
public int MajorVersion => Model.GetMajorVersion();
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user