C# Class Server.Spells.Seventh.ManaVampireSpell

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

Méthodes publiques

Méthode Description
GetResistPercent ( Mobile target ) : double
ManaVampireSpell ( Mobile caster, Item scroll ) : Server.Targeting
OnCast ( ) : void
Target ( Mobile m ) : void

Method Details

GetResistPercent() public méthode

public GetResistPercent ( Mobile target ) : double
target Mobile
Résultat double

ManaVampireSpell() public méthode

public ManaVampireSpell ( 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