Files
SPT-Server-Build/Core/Models/Config/HttpConfig.cs
T
2025-01-05 02:12:38 +00:00

7 lines
131 B
C#

namespace Types.Models.Config;
public class HttpConfig
{
public int Port { get; set; }
public string Ip { get; set; }
}