C# Class EndelyonScript, aura

Inheritance: NPCScript
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
Load ( ) : void

Méthodes protégées

Méthode Description
Gift ( Item item, GiftReaction reaction ) : Task,
Keywords ( string keyword ) : Task,
Talk ( ) : Task,

Private Methods

Méthode Description
Greet ( ) : void

Method Details

Gift() protected méthode

protected Gift ( Item item, GiftReaction reaction ) : Task,
item Item
reaction GiftReaction
Résultat Task,

Keywords() protected méthode

protected Keywords ( string keyword ) : Task,
keyword string
Résultat Task,

Load() public méthode

public Load ( ) : void
Résultat void

Talk() protected méthode

protected Talk ( ) : Task,
Résultat Task,