C# Class Server.Items.BagOfReduction

Inheritance: Bag
Mostrar archivo Open project: tbewley10310/Land-of-Archon

Private Properties

Property Type Description
BagOfReduction System
BagOfReduction System

Public Methods

Method Description
BagOfReduction ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
GetTotal ( TotalType type ) : int
Serialize ( GenericWriter writer ) : void
UpdateTotal ( Server.Items.Item sender, TotalType type, int delta ) : void

Private Methods

Method Description
BagOfReduction ( ) : System
BagOfReduction ( int redux ) : System

Method Details

BagOfReduction() public method

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

Deserialize() public method

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

GetTotal() public method

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

Serialize() public method

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

UpdateTotal() public method

public UpdateTotal ( Server.Items.Item sender, TotalType type, int delta ) : void
sender Server.Items.Item
type TotalType
delta int
return void