C# Class Server.Spells.Necromancy.BloodOathSpell.InternalTarget

Inheritance: Target
Afficher le fichier Open project: tbewley10310/Land-of-Archon

Méthodes publiques

Méthode Description
InternalTarget ( Server.Spells.Necromancy.BloodOathSpell owner ) : System

Méthodes protégées

Méthode Description
OnTarget ( Mobile from, object o ) : void
OnTargetFinish ( Mobile from ) : void

Method Details

InternalTarget() public méthode

public InternalTarget ( Server.Spells.Necromancy.BloodOathSpell owner ) : System
owner Server.Spells.Necromancy.BloodOathSpell
Résultat System

OnTarget() protected méthode

protected OnTarget ( Mobile from, object o ) : void
from Mobile
o object
Résultat void

OnTargetFinish() protected méthode

protected OnTargetFinish ( Mobile from ) : void
from Mobile
Résultat void