Update a few addresses (#35)

- Add FPS address - thanks @Farmith
- Update IsOnline
- Update IsIngame
This commit is contained in:
Arto Simonyan
2024-08-21 15:01:58 +03:00
committed by GitHub
parent 6bd1cd033f
commit c32403f8ed
2 changed files with 8 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ type HoverData struct {
type OnlineGame struct {
LastGameName string
LastGamePassword string
FPS int
}
func (r Room) GetCenter() Position {