7 lines
146 B
C#
7 lines
146 B
C#
namespace MoonlightServers.Daemon.Models;
|
|
|
|
public class Allocation
|
|
{
|
|
public string IpAddress { get; set; }
|
|
public int Port { get; set; }
|
|
} |