mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Enums] Add enum for split/merge type
This commit is contained in:
@@ -254,6 +254,17 @@
|
|||||||
Game,
|
Game,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Determines how a DAT will be split internally
|
||||||
|
/// </summary>
|
||||||
|
public enum SplitType
|
||||||
|
{
|
||||||
|
None = 0,
|
||||||
|
Split,
|
||||||
|
Merged,
|
||||||
|
MergedWithDevice,
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region DatItem related
|
#region DatItem related
|
||||||
|
|||||||
Reference in New Issue
Block a user