C# Class Server.Spells.Spell.CastTimer

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

Méthodes publiques

Méthode Description
CastTimer ( Spell spell, System.TimeSpan castDelay ) : System
Tick ( ) : void

Méthodes protégées

Méthode Description
OnTick ( ) : void

Method Details

CastTimer() public méthode

public CastTimer ( Spell spell, System.TimeSpan castDelay ) : System
spell Spell
castDelay System.TimeSpan
Résultat System

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void