Depot stuff in own region

This commit is contained in:
Matt Nadareski
2020-08-20 11:26:06 -07:00
parent 3e320bb85e
commit 80a28539bc

View File

@@ -210,18 +210,6 @@ namespace SabreTools.Library.DatFiles
[JsonIgnore] [JsonIgnore]
public bool RemoveExtension { get; set; } public bool RemoveExtension { get; set; }
/// <summary>
/// Input depot information
/// </summary>
[JsonIgnore]
public DepotInformation InputDepot { get; set; }
/// <summary>
/// Output depot information
/// </summary>
[JsonIgnore]
public DepotInformation OutputDepot { get; set; }
/// <summary> /// <summary>
/// Output the machine name /// Output the machine name
/// </summary> /// </summary>
@@ -246,6 +234,22 @@ namespace SabreTools.Library.DatFiles
#endregion #endregion
#region Depot Information
/// <summary>
/// Input depot information
/// </summary>
[JsonIgnore]
public DepotInformation InputDepot { get; set; }
/// <summary>
/// Output depot information
/// </summary>
[JsonIgnore]
public DepotInformation OutputDepot { get; set; }
#endregion
#endregion #endregion
#region Instance Methods #region Instance Methods