Метод | Описание | |
---|---|---|
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 |
public DelayGiveGift ( System.TimeSpan delay, Server.Mobile mob ) : void | ||
delay | System.TimeSpan | |
mob | Server.Mobile | |
Результат | void |
protected DelayGiveGift_Callback ( object state ) : void | ||
state | object | |
Результат | void |
public GiveGift ( Server.Mobile mob, Item item ) : GiftResult | ||
mob | Server.Mobile | |
item | Item | |
Результат | GiftResult |
public abstract GiveGift ( Server.Mobile mob ) : void | ||
mob | Server.Mobile | |
Результат | void |