C# 클래스 Server.Spells.Seventh.MassDispelSpell

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

공개 메소드들

메소드 설명
MassDispelSpell ( Mobile caster, Server.Items.Item scroll ) : System.Collections.Generic
OnCast ( ) : void
Target ( IPoint3D p ) : void

메소드 상세

MassDispelSpell() 공개 메소드

public MassDispelSpell ( Mobile caster, Server.Items.Item scroll ) : System.Collections.Generic
caster Mobile
scroll Server.Items.Item
리턴 System.Collections.Generic

OnCast() 공개 메소드

public OnCast ( ) : void
리턴 void

Target() 공개 메소드

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