Started with servers sync to daemon
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MoonlightServers.DaemonShared.PanelSide.Http.Responses;
|
||||
|
||||
public class AllocationDataResponse
|
||||
{
|
||||
public string IpAddress { get; set; }
|
||||
public int Port { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user