Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions opengsq/responses/satisfactory/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ class Status:
state: int
"""The state."""

version: int
"""The version."""
num_players: int
"""The number of players currently connected to the server."""

beacon_port: int
"""The beacon port."""
max_players: int
"""The maximum number of players that can connect to the server."""

name: str
"""The name of the server."""
Loading