public Section_HEL(BinaryReader binaryReader) { helData = binaryReader.ReadBytes(0x800); sectionMast = new Section_MAST(binaryReader); }
public Section_HEL() { helData = new byte[0x800]; sectionMast = new Section_MAST(); }