C# Class Server.Spells.Fifth.BladeSpiritsSpell.InternalTarget

Inheritance: Server.Targeting.Target
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
InternalTarget ( BladeSpiritsSpell owner ) : System

Méthodes protégées

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

Method Details

InternalTarget() public méthode

public InternalTarget ( BladeSpiritsSpell owner ) : System
owner BladeSpiritsSpell
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

OnTargetOutOfLOS() protected méthode

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