C# Class Server.Mobiles.BaseCreature.DeleteTimer

Inheritance: Timer
Afficher le fichier Open project: brodock/runuo

Méthodes publiques

Méthode Description
DeleteTimer ( Mobile creature, System.TimeSpan delay ) : System

Méthodes protégées

Méthode Description
OnTick ( ) : void

Method Details

DeleteTimer() public méthode

public DeleteTimer ( Mobile creature, System.TimeSpan delay ) : System
creature Mobile
delay System.TimeSpan
Résultat System

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void