This commit is contained in:
2025-06-15 13:00:19 +02:00
parent b3902d971c
commit f362dc9e3a
9 changed files with 389 additions and 15 deletions

View File

@@ -18,4 +18,6 @@ public class Server
public string Type { get; set; } = "VPS";
public Boolean IsOnline { get; set; } = false;
public DateTime LastSeen { get; set; }
}