1
1
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2025-07-13 06:39:41 -04:00

feat: server online check

This commit is contained in:
2024-05-11 10:39:05 +02:00
parent 1a2d39ba2d
commit 8585ea1da4
2 changed files with 32 additions and 28 deletions

View File

@ -13,5 +13,6 @@ namespace MyMcRealms.MyMcAPI.Responses
public string Connect { get; set; } = string.Empty;
public string GameVersion { get; set; } = string.Empty;
public string Motd { get; set; } = string.Empty;
public bool Online { get; set; }
}
}