C# 클래스 Server.Spells.Sixth.MarkSpell

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

공개 메소드들

메소드 설명
CheckCast ( ) : bool
MarkSpell ( Mobile caster, Item scroll ) : Server.Items
OnCast ( ) : void
Target ( RecallRune rune ) : void

메소드 상세

CheckCast() 공개 메소드

public CheckCast ( ) : bool
리턴 bool

MarkSpell() 공개 메소드

public MarkSpell ( Mobile caster, Item scroll ) : Server.Items
caster Mobile
scroll Item
리턴 Server.Items

OnCast() 공개 메소드

public OnCast ( ) : void
리턴 void

Target() 공개 메소드

public Target ( RecallRune rune ) : void
rune Server.Items.RecallRune
리턴 void