C# Class Server.SkillHandlers.AnimalTaming.InternalTarget

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

Méthodes publiques

Méthode Description
InternalTarget ( ) : System
ResetPacify ( object obj ) : void

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 ( ) : System
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

ResetPacify() public méthode

public ResetPacify ( object obj ) : void
obj object
Résultat void