namespace BinaryObjectScanner.Models.PAK { /// public sealed class DirectoryItem { /// /// Item Name /// public string ItemName; /// /// Item Offset /// public uint ItemOffset; /// /// Item Length /// public uint ItemLength; } }