C# Class AlissaScript, aura

Inheritance: NpcScript
ファイルを表示 Open project: aura-project/aura

Private Properties

Property Type Description
Greet void

Public Methods

Method Description
Load ( ) : void

Protected Methods

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,

Private Methods

Method Description
Greet ( ) : void

Method Details

ActivateWindmill() protected method

protected ActivateWindmill ( int minutes ) : void
minutes int
return void

BuyWindmill() protected method

protected BuyWindmill ( int gold, int minutes ) : void
gold int
minutes int
return void

DeactivateWindmill() protected method

protected DeactivateWindmill ( ) : void
return void

Gift() protected method

protected Gift ( Item, item, GiftReaction reaction ) : Task,
item Item,
reaction GiftReaction
return Task,

Keywords() protected method

protected Keywords ( string keyword ) : Task,
keyword string
return Task,

Load() public method

public Load ( ) : void
return void

Talk() protected method

protected Talk ( ) : Task,
return Task,