mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, Flags, DatFile] Add size split
This commit is contained in:
@@ -287,6 +287,7 @@ namespace SabreTools.Library.Data
|
||||
Hash = Extension << 1,
|
||||
Level = Hash << 1,
|
||||
Type = Level << 1,
|
||||
Size = Type << 1,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user