C# Class Server.SkillHandlers.Peacemaking.InternalTarget

Inheritance: Target
Afficher le fichier Open project: MythikGN/Mythik

Méthodes publiques

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

Méthodes protégées

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

Method Details

InternalTarget() public méthode

public InternalTarget ( Mobile from, BaseInstrument instrument ) : System
from Mobile
instrument BaseInstrument
Résultat System

OnTarget() protected méthode

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

OnTargetFinish() protected méthode

protected OnTargetFinish ( Mobile from ) : void
from Mobile
Résultat void