C# Class Server.Spells.Second.HarmSpell.InternalTarget

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

Méthodes publiques

Méthode Description
InternalTarget ( HarmSpell owner ) : Server.Targeting

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

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