C# Class Server.Spells.First.HealSpell

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

Méthodes publiques

Méthode Description
HealSpell ( Mobile caster, Item scroll ) : Server.Targeting
OnCast ( ) : void
Target ( Mobile m ) : void

Method Details

HealSpell() public méthode

public HealSpell ( Mobile caster, Item scroll ) : Server.Targeting
caster Mobile
scroll Item
Résultat Server.Targeting

OnCast() public méthode

public OnCast ( ) : void
Résultat void

Target() public méthode

public Target ( Mobile m ) : void
m Mobile
Résultat void