C# Class Server.Multis.BaseBoat.MoveTimer

Inheritance: Timer
Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
MoveTimer ( BaseBoat boat, System.TimeSpan interval, bool single ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

MoveTimer() public method

public MoveTimer ( BaseBoat boat, System.TimeSpan interval, bool single ) : System
boat BaseBoat
interval System.TimeSpan
single bool
return System

OnTick() protected method

protected OnTick ( ) : void
return void