C# 클래스 TarlachBearScript, aura

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

공개 메소드들

메소드 설명
Load ( ) : void

보호된 메소드들

메소드 설명
GetGiftReaction ( Item, gift ) : GiftReaction
Gift ( Item, gift, GiftReaction reaction ) : Task,
Keywords ( string keyword ) : Task,
Talk ( ) : Task,

비공개 메소드들

메소드 설명
OnErinnDaytimeTick ( ErinnTime time ) : void

메소드 상세

GetGiftReaction() 보호된 메소드

protected GetGiftReaction ( Item, gift ) : GiftReaction
gift Item,
리턴 GiftReaction

Gift() 보호된 메소드

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

Keywords() 보호된 메소드

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

Load() 공개 메소드

public Load ( ) : void
리턴 void

Talk() 보호된 메소드

protected Talk ( ) : Task,
리턴 Task,