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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user