C# Class Server.SkillHandlers.AnimalTaming.InternalTarget.InternalTimer

Inheritance: Timer, IAction
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
InternalTimer ( Mobile tamer, BaseCreature creature, int count ) : System

Méthodes protégées

Méthode Description
OnTick ( ) : void

Private Methods

Méthode Description
CanPath ( ) : bool

Method Details

InternalTimer() public méthode

public InternalTimer ( Mobile tamer, BaseCreature creature, int count ) : System
tamer Mobile
creature Server.Mobiles.BaseCreature
count int
Résultat System

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void