C# Class AlissaScript, aura

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

Private Properties

Свойство Type Description
Greet void

Méthodes publiques

Méthode Description
Load ( ) : void

Méthodes protégées

Méthode Description
ActivateWindmill ( int minutes ) : void
BuyWindmill ( int gold, int minutes ) : void
DeactivateWindmill ( ) : void
Gift ( Item, item, GiftReaction reaction ) : Task,
Keywords ( string keyword ) : Task,
Talk ( ) : Task,

Private Methods

Méthode Description
Greet ( ) : void

Method Details

ActivateWindmill() protected méthode

protected ActivateWindmill ( int minutes ) : void
minutes int
Résultat void

BuyWindmill() protected méthode

protected BuyWindmill ( int gold, int minutes ) : void
gold int
minutes int
Résultat void

DeactivateWindmill() protected méthode

protected DeactivateWindmill ( ) : void
Résultat void

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,