C# Class Server.Spells.Spell.AnimTimer

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

Public Methods

Method Description
AnimTimer ( Spell spell, int count ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

AnimTimer() public method

public AnimTimer ( Spell spell, int count ) : System
spell Spell
count int
return System

OnTick() protected method

protected OnTick ( ) : void
return void