C# Class Server.Spells.Second.HarmSpell

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

Méthodes publiques

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

Method Details

GetSlayerDamageScalar() public méthode

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

HarmSpell() public méthode

public HarmSpell ( Mobile caster, System.Item scroll ) : Server.Targeting
caster Mobile
scroll System.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