C# Class Server.Spells.Fifth.PoisonFieldSpell.InternalItem.InternalTimer

Inheritance: Timer
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

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

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

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

OnTick() protected method

protected OnTick ( ) : void
return void