Promote Extension early

This commit is contained in:
Matt Nadareski
2020-09-02 16:37:01 -07:00
parent 86173a39ec
commit 213c76ad10
7 changed files with 244 additions and 22 deletions

View File

@@ -248,23 +248,6 @@ namespace SabreTools.Library.DatItems
#endregion
}
/// <summary>
/// Represents one ListXML extension
/// </summary>
[JsonObject("extension")]
public class Extension
{
#region Fields
/// <summary>
/// Extension name
/// </summary>
[JsonProperty("name", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Name { get; set; }
#endregion
}
/// <summary>
/// Represents one ListXML input
/// </summary>