Add ping to OnlineGame

This commit is contained in:
CarlPoppa
2025-10-18 23:03:59 +01:00
parent fafcbc8728
commit 28d41070ce

View File

@@ -66,6 +66,7 @@ type OnlineGame struct {
LastGameName string
LastGamePassword string
FPS int
Ping int
}
type Panel struct {