mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
12 lines
287 B
C#
12 lines
287 B
C#
namespace FreeSR.Dispatch
|
|
{
|
|
using FreeSR.Dispatch.Configuration;
|
|
using FreeSR.Shared.Configuration;
|
|
|
|
internal class DispatchServerConfiguration
|
|
{
|
|
public NetworkConfiguration Network { get; set; }
|
|
public RegionConfiguration Region { get; set; }
|
|
}
|
|
}
|