Files
Liberium-1.8-Source-Code/Server.Data/ReverseProxyR.cs
T
2026-08-27 11:21:58 -06:00

9 lines
111 B
C#

namespace Server.Data;
internal class ReverseProxyR
{
public bool AutoStart;
public string Port;
}