DatDigger.Sections.Model.MeshChunk.LoadChildren C# (CSharp) Method

LoadChildren() protected method

protected LoadChildren ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
return void
        protected override void LoadChildren(BinaryReaderEx reader)
        {
            base.LoadChildren(reader);

            this.Header = this.FindChild<MeshHeaderChunk>();
        }