10 lines
127 B
C#
10 lines
127 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Ultron.Proxy
|
|||
|
{
|
|||
|
public class ServerClient
|
|||
|
{
|
|||
|
public string ServerClientHash;
|
|||
|
}
|
|||
|
}
|