C# Class Server.Items.MonsterContractBook

Inheritance: Server.Items.Item
Afficher le fichier Open project: tbewley10310/Land-of-Archon Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
MonsterContractBook ( Serial serial ) : System
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
Serialize ( GenericWriter writer ) : void

Private Methods

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

MonsterContractBook() public méthode

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

OnDoubleClick() public méthode

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

OnDragDrop() public méthode

public OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
from Mobile
dropped Server.Items.Item
Résultat bool

Serialize() public méthode

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