Add MS-DOS stub extension for LE/LX

This commit is contained in:
Matt Nadareski
2025-07-31 14:35:35 -04:00
parent 652942ab9f
commit c54f5b3c5d

View File

@@ -12,6 +12,13 @@ namespace SabreTools.Serialization.Wrappers
#endregion
#region Extension Properties
/// <inheritdoc cref="Models.LinearExecutable.Executable.Stub"/>
public Models.MSDOS.Executable? Stub => Model.Stub;
#endregion
#region Constructors
/// <inheritdoc/>