C# Class Server.Spells.Spell.CastTimer

Inheritance: Timer
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
CastTimer ( Spell spell, System.TimeSpan castDelay ) : System
Tick ( ) : void

Protected Methods

Method Description
OnTick ( ) : void

Method Details

CastTimer() public method

public CastTimer ( Spell spell, System.TimeSpan castDelay ) : System
spell Spell
castDelay System.TimeSpan
return System

OnTick() protected method

protected OnTick ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void