C# Class Server.Items.Moongate.DelayTimer

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

Public Methods

Method Description
DelayTimer ( Mobile from, Moongate gate, int range ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

DelayTimer() public method

public DelayTimer ( Mobile from, Moongate gate, int range ) : System
from Mobile
gate Moongate
range int
return System

OnTick() protected method

protected OnTick ( ) : void
return void