C# Class TinScript, 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,

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,