Started with servers sync to daemon
This commit is contained in:
7
MoonlightServers.Daemon/Models/Allocation.cs
Normal file
7
MoonlightServers.Daemon/Models/Allocation.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MoonlightServers.Daemon.Models;
|
||||
|
||||
public class Allocation
|
||||
{
|
||||
public string IpAddress { get; set; }
|
||||
public int Port { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user