C# Class Server.Menus.Questions.StuckMenu.TeleportTimer

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

Public Methods

Method Description
TeleportTimer ( Mobile mobile, StuckMenuEntry destination, System.TimeSpan delay ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

OnTick() protected method

protected OnTick ( ) : void
return void

TeleportTimer() public method

public TeleportTimer ( Mobile mobile, StuckMenuEntry destination, System.TimeSpan delay ) : System
mobile Mobile
destination StuckMenuEntry
delay System.TimeSpan
return System