C# Class Server.Spells.Fourth.ArchProtectionSpell

Inheritance: Spell
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddEntry ( Mobile m, Int32 v ) : void

Method Details

ArchProtectionSpell() public méthode

public ArchProtectionSpell ( Mobile caster, Item scroll ) : System
caster Mobile
scroll Item
Résultat System

OnCast() public méthode

public OnCast ( ) : void
Résultat void

RemoveEntry() public static méthode

public static RemoveEntry ( Mobile m ) : void
m Mobile
Résultat void

Target() public méthode

public Target ( IPoint3D p ) : void
p IPoint3D
Résultat void