C# Class Server.Spells.Fourth.FireFieldSpell.FireFieldItem.InternalTimer

Inheritance: Timer
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTimer ( FireFieldItem item, System.TimeSpan delay, bool inLOS, bool canFit ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

public InternalTimer ( FireFieldItem item, System.TimeSpan delay, bool inLOS, bool canFit ) : System
item FireFieldItem
delay System.TimeSpan
inLOS bool
canFit bool
return System

OnTick() protected method

protected OnTick ( ) : void
return void