C# 클래스 Server.Spells.Second.ProtectionSpell

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

공개 메소드들

메소드 설명
CheckCast ( ) : bool
EndProtection ( Mobile m ) : void
OnCast ( ) : void
ProtectionSpell ( Mobile caster, System.Item scroll ) : System
Toggle ( Mobile caster, Mobile target ) : void

메소드 상세

CheckCast() 공개 메소드

public CheckCast ( ) : bool
리턴 bool

EndProtection() 공개 정적인 메소드

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

OnCast() 공개 메소드

public OnCast ( ) : void
리턴 void

ProtectionSpell() 공개 메소드

public ProtectionSpell ( Mobile caster, System.Item scroll ) : System
caster Mobile
scroll System.Item
리턴 System

Toggle() 공개 정적인 메소드

public static Toggle ( Mobile caster, Mobile target ) : void
caster Mobile
target Mobile
리턴 void