C# 클래스 Server.SkillHandlers.AnimalTaming.InternalTarget.InternalTimer

상속: Timer, IAction
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
InternalTimer ( Mobile tamer, BaseCreature creature, int count ) : System

보호된 메소드들

메소드 설명
OnTick ( ) : void

비공개 메소드들

메소드 설명
CanPath ( ) : bool

메소드 상세

InternalTimer() 공개 메소드

public InternalTimer ( Mobile tamer, BaseCreature creature, int count ) : System
tamer Mobile
creature Server.Mobiles.BaseCreature
count int
리턴 System

OnTick() 보호된 메소드

protected OnTick ( ) : void
리턴 void