C# Class Server.Spells.Fourth.ArchProtectionSpell

Inheritance: Spell
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
ArchProtectionSpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
RemoveEntry ( Mobile m ) : void
Target ( IPoint3D p ) : void

Private Methods

Method Description
AddEntry ( Mobile m, Int32 v ) : void

Method Details

ArchProtectionSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

RemoveEntry() public static method

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

Target() public method

public Target ( IPoint3D p ) : void
p IPoint3D
return void