C# Class Server.Mobiles.InnKeeper

Inheritance: BaseVendor
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
InitSBInfo ( ) : void
InnKeeper ( Serial serial ) : System.Collections.Generic
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
InnKeeper ( ) : System.Collections.Generic

Method Details

Deserialize() public method

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

InitSBInfo() public method

public InitSBInfo ( ) : void
return void

InnKeeper() public method

public InnKeeper ( Serial serial ) : System.Collections.Generic
serial Serial
return System.Collections.Generic

Serialize() public method

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