C# Class Server.Spells.Fifth.IncognitoSpell.InternalTimer

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

Public Methods

Method Description
InternalTimer ( Mobile owner, System.TimeSpan length ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

public InternalTimer ( Mobile owner, System.TimeSpan length ) : System
owner Mobile
length System.TimeSpan
return System

OnTick() protected method

protected OnTick ( ) : void
return void