Property | Type | Description | |
---|---|---|---|
Greet | void |
Method | Description | |
---|---|---|
Load ( ) : void |
Method | 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, |
Method | Description | |
---|---|---|
Greet ( ) : void |
protected ActivateWindmill ( int minutes ) : void | ||
minutes | int | |
return | void |
protected BuyWindmill ( int gold, int minutes ) : void | ||
gold | int | |
minutes | int | |
return | void |
protected Gift ( Item, item, GiftReaction reaction ) : Task, | ||
item | Item, | |
reaction | GiftReaction | |
return | Task, |
protected Keywords ( string keyword ) : Task, | ||
keyword | string | |
return | Task, |