9 lines
163 B
C#
9 lines
163 B
C#
|
namespace Ksp.WebServer
|
||
|
{
|
||
|
public class KspProxyConfig
|
||
|
{
|
||
|
public string Host { get; set; }
|
||
|
public string Authorization { get; set; }
|
||
|
}
|
||
|
}
|