mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
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; }
|
|
}
|
|
}
|