C# Class Server.Spells.Necromancy.BloodOathSpell.ExpireTimer

Inheritance: Timer
Afficher le fichier Open project: tbewley10310/Land-of-Archon

Méthodes publiques

Méthode Description
DoExpire ( ) : void
ExpireTimer ( Mobile caster, Mobile target, TimeSpan delay ) : System

Méthodes protégées

Méthode Description
OnTick ( ) : void

Method Details

DoExpire() public méthode

public DoExpire ( ) : void
Résultat void

ExpireTimer() public méthode

public ExpireTimer ( Mobile caster, Mobile target, TimeSpan delay ) : System
caster Mobile
target Mobile
delay TimeSpan
Résultat System

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void