C# Class MUDServer.Program

Show file Open project: sq/Fracture

Public Properties

Property Type Description
RNG System.Random
Scheduler TaskScheduler
Server TelnetServer

Private Methods

Method Description
HandleNewClients ( ) : IEnumerator
Main ( string args ) : void

Property Details

RNG public static property

public static Random,System RNG
return System.Random

Scheduler public static property

public static TaskScheduler Scheduler
return TaskScheduler

Server public static property

public static TelnetServer,MUDServer Server
return TelnetServer