C# 클래스 AlissaScript, aura

상속: NpcScript
파일 보기 프로젝트 열기: aura-project/aura

Private Properties

프로퍼티 타입 설명
Greet void

공개 메소드들

메소드 설명
Load ( ) : void

보호된 메소드들

메소드 설명
ActivateWindmill ( int minutes ) : void
BuyWindmill ( int gold, int minutes ) : void
DeactivateWindmill ( ) : void
Gift ( Item, item, GiftReaction reaction ) : Task,
Keywords ( string keyword ) : Task,
Talk ( ) : Task,

비공개 메소드들

메소드 설명
Greet ( ) : void

메소드 상세

ActivateWindmill() 보호된 메소드

protected ActivateWindmill ( int minutes ) : void
minutes int
리턴 void

BuyWindmill() 보호된 메소드

protected BuyWindmill ( int gold, int minutes ) : void
gold int
minutes int
리턴 void

DeactivateWindmill() 보호된 메소드

protected DeactivateWindmill ( ) : void
리턴 void

Gift() 보호된 메소드

protected Gift ( Item, item, GiftReaction reaction ) : Task,
item Item,
reaction GiftReaction
리턴 Task,

Keywords() 보호된 메소드

protected Keywords ( string keyword ) : Task,
keyword string
리턴 Task,

Load() 공개 메소드

public Load ( ) : void
리턴 void

Talk() 보호된 메소드

protected Talk ( ) : Task,
리턴 Task,