C# Class Server.Spells.Fifth.MindBlastSpell

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

Méthodes publiques

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

Private Methods

Méthode Description
AosDelay_Callback ( object state ) : void

Method Details

GetSlayerDamageScalar() public méthode

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

MindBlastSpell() public méthode

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

OnCast() public méthode

public OnCast ( ) : void
Résultat void

Target() public méthode

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