C# Class EndelyonScript, aura

Inheritance: NPCScript
显示文件 Open project: aura-project/aura

Public Methods

Method Description
Load ( ) : void

Protected Methods

Method Description
Gift ( Item item, GiftReaction reaction ) : Task,
Keywords ( string keyword ) : Task,
Talk ( ) : Task,

Private Methods

Method Description
Greet ( ) : void

Method Details

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,