Files
Liberium-1.8-Source-Code/Server.Data/ReverseProxyR.cs
T

9 lines
111 B
C#
Raw Normal View History

2026-08-27 11:21:58 -06:00
namespace Server.Data;
internal class ReverseProxyR
{
public bool AutoStart;
public string Port;
}