C# Class LobbyServer.Program

Mostra file Open project: fiki574/rAPB

Public Properties

Property Type Description
FileMgr FileManager
clients List
version GameVersion
worldListener LobbyServer.World.Listener
worlds List

Private Methods

Method Description
Main ( string args ) : void
OnTimedEvent ( object source, ElapsedEventArgs e ) : void
ProccessCommand ( string command ) : void

Property Details

FileMgr static_oe public_oe property

static public FileManager FileMgr
return FileManager

clients static_oe public_oe property

static public List clients
return List

version static_oe public_oe property

static public GameVersion version
return GameVersion

worldListener static_oe public_oe property

static public Listener,LobbyServer.World worldListener
return LobbyServer.World.Listener

worlds static_oe public_oe property

static public List worlds
return List