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