C# 클래스 Server.Misc.FoodDecayTimer

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

공개 메소드들

메소드 설명
FoodDecay ( ) : void
FoodDecayTimer ( ) : System
HungerDecay ( Mobile m ) : void
Initialize ( ) : void
ThirstDecay ( Mobile m ) : void

보호된 메소드들

메소드 설명
OnTick ( ) : void

메소드 상세

FoodDecay() 공개 정적인 메소드

public static FoodDecay ( ) : void
리턴 void

FoodDecayTimer() 공개 메소드

public FoodDecayTimer ( ) : System
리턴 System

HungerDecay() 공개 정적인 메소드

public static HungerDecay ( Mobile m ) : void
m Mobile
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

OnTick() 보호된 메소드

protected OnTick ( ) : void
리턴 void

ThirstDecay() 공개 정적인 메소드

public static ThirstDecay ( Mobile m ) : void
m Mobile
리턴 void