C# Class Server.Misc.WelcomeTimer

This timer spouts some welcome messages to a user at a set interval. It is used on character creation and login.
Inheritance: Timer
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
WelcomeTimer ( Mobile m ) : System
WelcomeTimer ( Mobile m, int count ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

OnTick() protected method

protected OnTick ( ) : void
return void

WelcomeTimer() public method

public WelcomeTimer ( Mobile m ) : System
m Mobile
return System

WelcomeTimer() public method

public WelcomeTimer ( Mobile m, int count ) : System
m Mobile
count int
return System