C# Class Server.Items.TreasureMap.DigTimer

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

Public Methods

Method Description
DigTimer ( Mobile from, TreasureMap treasureMap, Point3D location, Map map ) : System

Protected Methods

Method Description
OnTick ( ) : void

Private Methods

Method Description
Terminate ( ) : void

Method Details

DigTimer() public method

public DigTimer ( Mobile from, TreasureMap treasureMap, Point3D location, Map map ) : System
from Mobile
treasureMap TreasureMap
location Point3D
map Map
return System

OnTick() protected method

protected OnTick ( ) : void
return void