C# Class Server.Misc.CharacterCreation.BadStartMessage

Inheritance: Timer
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
BadStartMessage ( Mobile m, int message ) : System

Protected Methods

Method Description
OnTick ( ) : void

Method Details

BadStartMessage() public method

public BadStartMessage ( Mobile m, int message ) : System
m Mobile
message int
return System

OnTick() protected method

protected OnTick ( ) : void
return void