C# Class PeroScript, aura

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

Méthodes publiques

Méthode Description
Conversation ( ) : Task,
Load ( ) : void

Méthodes protégées

Méthode Description
Keywords ( string kw ) : Task,
Talk ( ) : Task,

Private Methods

Méthode Description
Greet ( ) : void

Method Details

Conversation() public méthode

public Conversation ( ) : Task,
Résultat Task,

Keywords() protected méthode

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

Load() public méthode

public Load ( ) : void
Résultat void

Talk() protected méthode

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