C# Class Server.Items.ThighBoots

Inheritance: BaseShoes, IArcaneEquip
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
Flip ( ) : void
GetProperties ( ObjectPropertyList list ) : void
OnSingleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
ThighBoots ( Serial serial ) : System
Update ( ) : void

Private Methods

Méthode Description
ThighBoots ( ) : System
ThighBoots ( int hue ) : System

Method Details

Deserialize() public méthode

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

Flip() public méthode

public Flip ( ) : void
Résultat void

GetProperties() public méthode

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

OnSingleClick() public méthode

public OnSingleClick ( Mobile from ) : void
from Mobile
Résultat void

Serialize() public méthode

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

ThighBoots() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void