Files
Servers/MoonlightServers.Daemon/Models/Allocation.cs

7 lines
146 B
C#

namespace MoonlightServers.Daemon.Models;
public class Allocation
{
public string IpAddress { get; set; }
public int Port { get; set; }
}