mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Change display rotation to long?
This commit is contained in:
@@ -35,8 +35,9 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Determines if the devices is mandatory
|
||||
/// </summary>
|
||||
/// <remarks>Only value used seems to be 1. Used like bool, but actually int</remarks>
|
||||
[JsonProperty("mandatory", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public string Mandatory { get; set; } // TODO: bool?
|
||||
public string Mandatory { get; set; } // TODO: long?
|
||||
|
||||
/// <summary>
|
||||
/// Device interface
|
||||
|
||||
Reference in New Issue
Block a user