7 lines
175 B
C#
7 lines
175 B
C#
namespace MoonlightServers.Daemon.Helpers;
|
|
|
|
public class ServerConsoleConnection
|
|
{
|
|
public DateTime AuthenticatedUntil { get; set; }
|
|
public int ServerId { get; set; }
|
|
} |