C# Class Server.SkillHandlers.Inscribe.InternalTargetSrc

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

Méthodes publiques

Méthode Description
InternalTargetSrc ( ) : System

Méthodes protégées

Méthode Description
OnTarget ( Server.Mobile from, object targeted ) : void
OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void

Method Details

InternalTargetSrc() public méthode

public InternalTargetSrc ( ) : System
Résultat System

OnTarget() protected méthode

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

OnTargetCancel() protected méthode

protected OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
from Server.Mobile
cancelType TargetCancelType
Résultat void