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

feat: game version check

This commit is contained in:
2024-04-21 10:16:57 +02:00
parent 3cce73e072
commit 4c60b49c87
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,8 @@ namespace MyMcRealms.MyMcAPI.Responses
public class Server
{
public string ServerName { get; set; } = string.Empty;
public string Connect { get; set; } = string.Empty;
public string GameVersion { get; set; } = string.Empty;
}
}