DataArea width to long?

This commit is contained in:
Matt Nadareski
2020-09-04 10:32:43 -07:00
parent 7f8766b0a4
commit 120dcd6c4a
4 changed files with 22 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ namespace SabreTools.Library.DatItems
/// Word width for the area
/// </summary>
[JsonProperty("width", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Width { get; set; } // TODO: (8|16|32|64) "8"
public long? Width { get; set; }
/// <summary>
/// Byte endianness of the area