11 lines
136 B
C#
11 lines
136 B
C#
|
using System;
|
|||
|
namespace MelonVPNCore
|
|||
|
{
|
|||
|
public class SocketServer
|
|||
|
{
|
|||
|
public SocketServer()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|