namespace MoonlightServers.DaemonShared.PanelSide.Http.Responses; public class AllocationDataResponse { public string IpAddress { get; set; } public int Port { get; set; } }