C# Class Server.Items.LibraryBookcase

Inheritance: FillableContainer
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
AcquireContent ( ) : void
Deserialize ( GenericReader reader ) : void
LibraryBookcase ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Protected Methods

Method Description
GetSpawnCount ( ) : int

Private Methods

Method Description
LibraryBookcase ( ) : System

Method Details

AcquireContent() public method

public AcquireContent ( ) : void
return void

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

GetSpawnCount() protected method

protected GetSpawnCount ( ) : int
return int

LibraryBookcase() public method

public LibraryBookcase ( Serial serial ) : System
serial Serial
return System

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void