C# Class Server.Items.RecallRune

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

Private Properties

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

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
Mark ( Mobile m ) : void
OnDoubleClick ( Mobile from ) : void
OnSingleClick ( Mobile from ) : void
RecallRune ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
RecallRune ( ) : System

Method Details

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

Mark() public méthode

public Mark ( Mobile m ) : void
m Mobile
Résultat void

OnDoubleClick() public méthode

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

OnSingleClick() public méthode

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

RecallRune() public méthode

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

Serialize() public méthode

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