C# Class Server.SkillHandlers.Provocation.InternalFirstTarget

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

Méthodes publiques

Méthode Description
InternalFirstTarget ( Mobile from, BaseInstrument instrument ) : System

Méthodes protégées

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

Method Details

InternalFirstTarget() public méthode

public InternalFirstTarget ( Mobile from, BaseInstrument instrument ) : System
from Mobile
instrument Server.Items.BaseInstrument
Résultat System

OnTarget() protected méthode

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