mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add and use Relation enum
This commit is contained in:
@@ -56,7 +56,7 @@ namespace SabreTools.Library.DatItems
|
||||
public long? Size { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Byte width of the area
|
||||
/// Word width for the area
|
||||
/// </summary>
|
||||
[JsonProperty("width", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public string Width { get; set; } // TODO: (8|16|32|64) "8"
|
||||
|
||||
Reference in New Issue
Block a user