7 lines
182 B
C#
7 lines
182 B
C#
namespace MoonlightServers.DaemonShared.PanelSide.Http.Responses;
|
|
|
|
public class AllocationDataResponse
|
|
{
|
|
public string IpAddress { get; set; }
|
|
public int Port { get; set; }
|
|
} |