C# Class Server.SkillHandlers.Provocation.InternalSecondTarget

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

Méthodes publiques

Méthode Description
InternalSecondTarget ( Mobile from, BaseInstrument instrument, BaseCreature creature ) : System

Méthodes protégées

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

Method Details

InternalSecondTarget() public méthode

public InternalSecondTarget ( Mobile from, BaseInstrument instrument, BaseCreature creature ) : System
from Mobile
instrument Server.Items.BaseInstrument
creature Server.Mobiles.BaseCreature
Résultat System

OnTarget() protected méthode

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