C# Class Alexandria.Games.Albion.LibraryRecord

A record in a Library.
Inheritance: Glare.Assets.DataAsset
显示文件 Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Open ( ) : Stream

Open the record data in a stream.

Private Methods

Method Description
LibraryRecord ( Library library, int index, int offset, int size ) : System

Method Details

Open() public method

Open the record data in a stream.
public Open ( ) : Stream
return Stream