C# 클래스 Server.ACC.CSS.Systems.Cleric.ClericAngelicFaithSpell

상속: Server.ACC.CSS.Systems.Cleric.ClericSpell
파일 보기 프로젝트 열기: tbewley10310/Land-of-Archon 1 사용 예제들

공개 메소드들

메소드 설명
CheckCast ( ) : bool
ClericAngelicFaithSpell ( Mobile caster, Item scroll ) : System
HasEffect ( Mobile m ) : bool
OnCast ( ) : void
RemoveEffect ( Mobile m ) : void

메소드 상세

CheckCast() 공개 메소드

public CheckCast ( ) : bool
리턴 bool

ClericAngelicFaithSpell() 공개 메소드

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

HasEffect() 공개 정적인 메소드

public static HasEffect ( Mobile m ) : bool
m Mobile
리턴 bool

OnCast() 공개 메소드

public OnCast ( ) : void
리턴 void

RemoveEffect() 공개 정적인 메소드

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