C# Class Server.Items.RewardRobe

Inheritance: BaseOuterTorso, IRewardItem
Afficher le fichier Open project: Grimoric/RunUO.T2A

Private Properties

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

Méthodes publiques

Méthode Description
CanEquip ( Mobile m ) : bool
Deserialize ( GenericReader reader ) : void
Dye ( Mobile from, DyeTub sender ) : bool
OnAdded ( object parent ) : void
OnRemoved ( object parent ) : void
RewardRobe ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
RewardRobe ( ) : System
RewardRobe ( int hue ) : System
RewardRobe ( int hue, int labelNumber ) : System

Method Details

CanEquip() public méthode

public CanEquip ( Mobile m ) : bool
m Mobile
Résultat bool

Deserialize() public méthode

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

Dye() public méthode

public Dye ( Mobile from, DyeTub sender ) : bool
from Mobile
sender DyeTub
Résultat bool

OnAdded() public méthode

public OnAdded ( object parent ) : void
parent object
Résultat void

OnRemoved() public méthode

public OnRemoved ( object parent ) : void
parent object
Résultat void

RewardRobe() public méthode

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

Serialize() public méthode

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