C# Class Server.Items.LeatherGloves

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

Private Properties

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

Méthodes publiques

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

Private Methods

Méthode Description
LeatherGloves ( ) : 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

LeatherGloves() public méthode

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

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

Update() public méthode

public Update ( ) : void
Résultat void