C# Class Server.Spells.Sixth.ParalyzeFieldSpell.InternalItem.InternalTimer

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

Public Methods

Method Description
InternalTimer ( Item item, System.TimeSpan duration ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

public InternalTimer ( Item item, System.TimeSpan duration ) : System
item Item
duration System.TimeSpan
return System

OnTick() protected method

protected OnTick ( ) : void
return void