C# Class Server.Items.Bandage

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

Méthodes publiques

Свойство Type Description
Range int

Méthodes publiques

Méthode Description
Bandage ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
Dye ( Mobile from, DyeTub sender ) : bool
OnDoubleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
Bandage ( ) : System
Bandage ( int amount ) : System

Method Details

Bandage() public méthode

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

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

OnDoubleClick() public méthode

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

Serialize() public méthode

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

Property Details

Range public_oe static_oe property

public static int Range
Résultat int