C# Class NScumm.Scumm.IO.ResourceManager7

Inheritance: ResourceManager6
Mostra file Open project: scemino/nscumm

Public Methods

Method Description
ResourceManager7 ( GameInfo game ) : NScumm.Core

Protected Methods

Method Description
OpenRoom ( byte roomIndex ) : ResourceFile
ReadCharset ( byte id ) : byte[]

Method Details

OpenRoom() protected method

protected OpenRoom ( byte roomIndex ) : ResourceFile
roomIndex byte
return ResourceFile

ReadCharset() protected method

protected ReadCharset ( byte id ) : byte[]
id byte
return byte[]

ResourceManager7() public method

public ResourceManager7 ( GameInfo game ) : NScumm.Core
game GameInfo
return NScumm.Core