C# Class LobbyServer.Program

Show 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 public property

static public FileManager FileMgr
return FileManager

clients static public property

static public List clients
return List

version static public property

static public GameVersion version
return GameVersion

worldListener static public property

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

worlds static public property

static public List worlds
return List