C# Class Server.Multis.BaseBoat.MoveTimer

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

Méthodes publiques

Méthode Description
MoveTimer ( BaseBoat boat, System.TimeSpan interval, bool single ) : System

Méthodes protégées

Méthode Description
OnTick ( ) : void

Method Details

MoveTimer() public méthode

public MoveTimer ( BaseBoat boat, System.TimeSpan interval, bool single ) : System
boat BaseBoat
interval System.TimeSpan
single bool
Résultat System

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void