C# Class Server.Mobiles.BaseEscortable.DeleteTimer

Inheritance: Timer
显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

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

Protected Methods

Method Description
OnTick ( ) : void

Method Details

DeleteTimer() public method

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

OnTick() protected method

protected OnTick ( ) : void
return void