C# Class Server.Spells.Sixth.MarkSpell.InternalTarget

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

Méthodes publiques

Méthode Description
InternalTarget ( MarkSpell owner ) : Server.Items

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 ( MarkSpell owner ) : Server.Items
owner MarkSpell
Résultat Server.Items

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