forked from Moux23333/FreeSR
10 lines
232 B
C#
10 lines
232 B
C#
namespace FreeSR.Admin
|
|
{
|
|
using FreeSR.Shared.Configuration;
|
|
|
|
internal class AdminServerConfiguration
|
|
{
|
|
public NetworkConfiguration Network { get; set; }
|
|
public string DispatchUrl { get; set; }
|
|
}
|
|
}
|