C# Class Server.Items.BagOfReduction

Inheritance: Bag
Afficher le fichier Open project: tbewley10310/Land-of-Archon

Private Properties

Свойство Type Description
BagOfReduction System
BagOfReduction System

Méthodes publiques

Méthode 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

Méthode Description
BagOfReduction ( ) : System
BagOfReduction ( int redux ) : System

Method Details

BagOfReduction() public méthode

public BagOfReduction ( Serial serial ) : System
serial Serial
Résultat System

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

GetTotal() public méthode

public GetTotal ( TotalType type ) : int
type TotalType
Résultat int

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

UpdateTotal() public méthode

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