C# Class Server.Items.BegStew

Inheritance: Server.Items.WoodenBowlOfStew
Afficher le fichier Open project: tbewley10310/Land-of-Archon Class Usage Examples

Méthodes publiques

Méthode Description
BegStew ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
BegStew ( ) : System

Method Details

BegStew() public méthode

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

Deserialize() public méthode

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

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

Serialize() public méthode

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