mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 14:55:11 +00:00
XRD File Support (#87)
This commit is contained in:
@@ -29,6 +29,6 @@ namespace SabreTools.Data.Models.XenonExecutable
|
||||
/// <summary>
|
||||
/// Table entry data, 20 bytes
|
||||
/// </summary>
|
||||
public byte[]? Data { get; set; } = new byte[20];
|
||||
public byte[] Data { get; set; } = new byte[20];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user