namespace SabreTools.Data.Models.WAD3 { /// /// qlumpy always align entries to the DWORD (=4 bytes) boundary /// (i.e. next integer multiples of 4 offset from start of file) /// public abstract class FileEntry { // No shared fields between types } }