C# Class Server.Items.Gold

Inheritance: Item
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
GetDropSound ( ) : int
GetTotal ( TotalType type ) : int
Gold ( Serial serial )
Serialize ( GenericWriter writer ) : void

Protected Methods

Method Description
OnAmountChange ( int oldValue ) : void

Private Methods

Method Description
Gold ( )
Gold ( int amount )
Gold ( int amountFrom, int amountTo )

Method Details

Deserialize() public method

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

GetDropSound() public method

public GetDropSound ( ) : int
return int

GetTotal() public method

public GetTotal ( TotalType type ) : int
type TotalType
return int

Gold() public method

public Gold ( Serial serial )
serial Serial

OnAmountChange() protected method

protected OnAmountChange ( int oldValue ) : void
oldValue int
return void

Serialize() public method

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