mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add ChipType and EmulationStatus, fix serialization
This commit is contained in:
@@ -17,7 +17,7 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Number of channels
|
||||
/// </summary>
|
||||
[JsonProperty("channels")]
|
||||
[JsonProperty("channels", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public string Channels { get; set; } // TODO: Int32?
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user