C# 클래스 Server.Multis.LockdownTarget

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

공개 메소드들

메소드 설명
LockdownTarget ( bool release, BaseHouse house ) : System

보호된 메소드들

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

메소드 상세

LockdownTarget() 공개 메소드

public LockdownTarget ( bool release, BaseHouse house ) : System
release bool
house BaseHouse
리턴 System

OnTarget() 보호된 메소드

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

OnTargetNotAccessible() 보호된 메소드

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