Alexandria.Engines.UltimaUnderworld.StringPackage.Block.Block C# (CSharp) Method

Block() public method

public Block ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System
            public Block(BinaryReader reader)
            {
                Id = reader.ReadUInt16(); Offset = reader.ReadUInt32();
            }
StringPackage.Block