8 lines
175 B
C#
8 lines
175 B
C#
|
namespace SimpleServer
|
|||
|
{
|
|||
|
public static class ServerManager
|
|||
|
{
|
|||
|
public static ClientManager g_ClientMgr;
|
|||
|
public static IOCPNetWork g_SocketMgr;
|
|||
|
}
|
|||
|
}
|