This commit is contained in:
2026-01-12 17:17:18 +03:00
parent 3fee913c1c
commit 463b04bff0
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ type GameServer struct {
MaxPlayers *int `json:"max_players"`
VersionName *string `json:"version_name"`
PingBackendServer *int `json:"ping_proxy_server"`
BlueMapURL *string `json:"bluemap_url"`
}
type ServerStatus struct {