C# Class Server.Spells.Seventh.MassDispelSpell

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

Méthodes publiques

Méthode Description
MassDispelSpell ( Mobile caster, Server.Items.Item scroll ) : System.Collections.Generic
OnCast ( ) : void
Target ( IPoint3D p ) : void

Method Details

MassDispelSpell() public méthode

public MassDispelSpell ( Mobile caster, Server.Items.Item scroll ) : System.Collections.Generic
caster Mobile
scroll Server.Items.Item
Résultat System.Collections.Generic

OnCast() public méthode

public OnCast ( ) : void
Résultat void

Target() public méthode

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