internal SectorBlockBase(BinaryReader binaryReader) { this.pathFindingSectorFlags = (PathFindingSectorFlags)binaryReader.ReadInt16(); this.hintIndex = binaryReader.ReadInt16(); this.firstLinkDoNotSetManually = binaryReader.ReadInt32(); }
public SectorBlock(BinaryReader binaryReader) { this.pathFindingSectorFlags = (PathFindingSectorFlags)binaryReader.ReadInt16(); this.hintIndex = binaryReader.ReadInt16(); this.firstLinkDoNotSetManually = binaryReader.ReadInt32(); }