C# 클래스 Server.Spells.Fourth.ArchProtectionSpell

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

공개 메소드들

메소드 설명
ArchProtectionSpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
RemoveEntry ( Mobile m ) : void
Target ( IPoint3D p ) : void

비공개 메소드들

메소드 설명
AddEntry ( Mobile m, Int32 v ) : void

메소드 상세

ArchProtectionSpell() 공개 메소드

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

OnCast() 공개 메소드

public OnCast ( ) : void
리턴 void

RemoveEntry() 공개 정적인 메소드

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

Target() 공개 메소드

public Target ( IPoint3D p ) : void
p IPoint3D
리턴 void