Promote Instance early

This commit is contained in:
Matt Nadareski
2020-09-02 16:46:17 -07:00
parent 213c76ad10
commit 0d80e30bba
8 changed files with 268 additions and 33 deletions

View File

@@ -290,29 +290,6 @@ namespace SabreTools.Library.DatItems
#endregion
}
/// <summary>
/// Represents one ListXML instance
/// </summary>
[JsonObject("instance")]
public class Instance
{
#region Fields
/// <summary>
/// Name of the instance
/// </summary>
[JsonProperty("name")]
public string Name { get; set; }
/// <summary>
/// Short name for the instance
/// </summary>
[JsonProperty("briefname", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string BriefName { get; set; }
#endregion
}
/// <summary>
/// Represents one ListXML conflocation or diplocation
/// </summary>