forked from Moux23333/FreeSR
10 lines
188 B
C#
10 lines
188 B
C#
|
namespace FreeSR.Gateserver
|
|||
|
{
|
|||
|
using FreeSR.Shared.Configuration;
|
|||
|
|
|||
|
internal class GateServerConfiguration
|
|||
|
{
|
|||
|
public NetworkConfiguration Network { get; set; }
|
|||
|
}
|
|||
|
}
|