C# Class Server.Spells.Fourth.ArchCureSpell

Inheritance: MagerySpell
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Private Methods

Method Description
AreaCanTarget ( Mobile target ) : bool
IsAggressed ( Mobile m ) : bool
IsAggressor ( Mobile m ) : bool
IsAllyTo ( Mobile from, Mobile to ) : bool
IsInnocentTo ( Mobile from, Mobile to ) : bool

Method Details

ArchCureSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

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