C# Class Server.Mobiles.BaseCreature.DeleteTimer

Inheritance: Timer
Mostra file Open project: brodock/runuo

Public Methods

Method Description
DeleteTimer ( Mobile creature, System.TimeSpan delay ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

DeleteTimer() public method

public DeleteTimer ( Mobile creature, System.TimeSpan delay ) : System
creature Mobile
delay System.TimeSpan
return System

OnTick() protected method

protected OnTick ( ) : void
return void