C# 클래스 Server.SkillHandlers.Inscribe.InternalTargetDst

상속: Server.Targeting.Target
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
InternalTargetDst ( BaseBook bookSrc ) : System

보호된 메소드들

메소드 설명
OnTarget ( Server.Mobile from, object targeted ) : void
OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
OnTargetFinish ( Server.Mobile from ) : void

메소드 상세

InternalTargetDst() 공개 메소드

public InternalTargetDst ( BaseBook bookSrc ) : System
bookSrc Server.Items.BaseBook
리턴 System

OnTarget() 보호된 메소드

protected OnTarget ( Server.Mobile from, object targeted ) : void
from Server.Mobile
targeted object
리턴 void

OnTargetCancel() 보호된 메소드

protected OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
from Server.Mobile
cancelType TargetCancelType
리턴 void

OnTargetFinish() 보호된 메소드

protected OnTargetFinish ( Server.Mobile from ) : void
from Server.Mobile
리턴 void