Files
Servers/MoonlightServers.DaemonShared/PanelSide/Http/Responses/AllocationDataResponse.cs

7 lines
182 B
C#

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