opengsq.responses.palworld package
Submodules
opengsq.responses.palworld.player module
opengsq.responses.palworld.status module
- class opengsq.responses.palworld.status.Status(num_players: int, max_players: int, server_name: str)
Bases:
object
Represents the status response from a server.
- num_players: int
The number of players currently connected to the server.
- max_players: int
The maximum number of players that can connect to the server.
- server_name: str
The name of the server.