C# Class MUDServer.Program

ファイルを表示 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_oe static_oe property

public static Random,System RNG
return System.Random

Scheduler public_oe static_oe property

public static TaskScheduler Scheduler
return TaskScheduler

Server public_oe static_oe property

public static TelnetServer,MUDServer Server
return TelnetServer