C# Class Server.Items.BandageContext.InternalTimer

Inheritance: Timer
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTimer ( BandageContext context, System.TimeSpan delay ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

InternalTimer() public method

public InternalTimer ( BandageContext context, System.TimeSpan delay ) : System
context BandageContext
delay System.TimeSpan
return System

OnTick() protected method

protected OnTick ( ) : void
return void