C# 클래스 Server.Misc.GiftGiver

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
DelayGiveGift ( System.TimeSpan delay, Server.Mobile mob ) : void
GiveGift ( Server.Mobile mob, Item item ) : GiftResult
GiveGift ( Server.Mobile mob ) : void

보호된 메소드들

메소드 설명
DelayGiveGift_Callback ( object state ) : void

메소드 상세

DelayGiveGift() 공개 메소드

public DelayGiveGift ( System.TimeSpan delay, Server.Mobile mob ) : void
delay System.TimeSpan
mob Server.Mobile
리턴 void

DelayGiveGift_Callback() 보호된 메소드

protected DelayGiveGift_Callback ( object state ) : void
state object
리턴 void

GiveGift() 공개 메소드

public GiveGift ( Server.Mobile mob, Item item ) : GiftResult
mob Server.Mobile
item Item
리턴 GiftResult

GiveGift() 공개 추상적인 메소드

public abstract GiveGift ( Server.Mobile mob ) : void
mob Server.Mobile
리턴 void