C# Class Server.Mobiles.IntelliSpawner.InternalTimer

Inheritance: Timer
ファイルを表示 Open project: felladrin/last-wish

Public Methods

Method Description
InternalTimer ( IntelliSpawner spawner, System.TimeSpan delay ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

public InternalTimer ( IntelliSpawner spawner, System.TimeSpan delay ) : System
spawner IntelliSpawner
delay System.TimeSpan
return System

OnTick() protected method

protected OnTick ( ) : void
return void