C# Class CasualClient.CClient

Show file Open project: hothoty/Zero Class Usage Examples

Public Properties

Property Type Description
lobbys ZNet.MasterInfo>.Dictionary
m_Core ZNet.CoreClientNet
proxy Rmi.Proxy
server_now CasualCommon.Server
server_tag CasualCommon.Server
stub Rmi.Stub

Public Methods

Method Description
CClient ( ) : System
HelpCommand ( CasualCommon pos ) : string

Method Details

CClient() public method

public CClient ( ) : System
return System

HelpCommand() public method

public HelpCommand ( CasualCommon pos ) : string
pos CasualCommon
return string

Property Details

lobbys public property

public Dictionary lobbys
return ZNet.MasterInfo>.Dictionary

m_Core public property

public ZNet.CoreClientNet m_Core
return ZNet.CoreClientNet

proxy public property

public Rmi.Proxy proxy
return Rmi.Proxy

server_now public property

public CasualCommon.Server server_now
return CasualCommon.Server

server_tag public property

public CasualCommon.Server server_tag
return CasualCommon.Server

stub public property

public Rmi.Stub stub
return Rmi.Stub