C# Class Server.ACC.CSS.Systems.Cleric.ClericAngelicFaithSpell

Inheritance: Server.ACC.CSS.Systems.Cleric.ClericSpell
Exibir arquivo Open project: tbewley10310/Land-of-Archon Class Usage Examples

Public Methods

Method Description
CheckCast ( ) : bool
ClericAngelicFaithSpell ( Mobile caster, Item scroll ) : System
HasEffect ( Mobile m ) : bool
OnCast ( ) : void
RemoveEffect ( Mobile m ) : void

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

ClericAngelicFaithSpell() public method

public ClericAngelicFaithSpell ( Mobile caster, Item scroll ) : System
caster Mobile
scroll Item
return System

HasEffect() public static method

public static HasEffect ( Mobile m ) : bool
m Mobile
return bool

OnCast() public method

public OnCast ( ) : void
return void

RemoveEffect() public static method

public static RemoveEffect ( Mobile m ) : void
m Mobile
return void