forked from Moux23333/FreeSR
11 lines
287 B
C#
11 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; }
|
|
}
|
|
}
|