C# Class Server.Items.TreasureMap.DigTimer

Inheritance: Timer
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
DigTimer ( Mobile from, TreasureMap treasureMap, Point3D location, Map map ) : System

Méthodes protégées

Méthode Description
OnTick ( ) : void

Private Methods

Méthode Description
Terminate ( ) : void

Method Details

DigTimer() public méthode

public DigTimer ( Mobile from, TreasureMap treasureMap, Point3D location, Map map ) : System
from Mobile
treasureMap TreasureMap
location Point3D
map Map
Résultat System

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void