mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Depot stuff in own region
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user