C# 클래스 Server.SkillHandlers.Peacemaking.InternalTarget

상속: Target
파일 보기 프로젝트 열기: MythikGN/Mythik

공개 메소드들

메소드 설명
InternalTarget ( Mobile from, BaseInstrument instrument ) : System

보호된 메소드들

메소드 설명
OnTarget ( Mobile from, object targeted ) : void
OnTargetFinish ( Mobile from ) : void

메소드 상세

InternalTarget() 공개 메소드

public InternalTarget ( Mobile from, BaseInstrument instrument ) : System
from Mobile
instrument BaseInstrument
리턴 System

OnTarget() 보호된 메소드

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

OnTargetFinish() 보호된 메소드

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