opengsq.responses.warfork package

Submodules

opengsq.responses.warfork.player module

class opengsq.responses.warfork.player.Player(frags: int, ping: int, name: str, team: int)

Bases: object

Represents a player in the game.

frags: int

The player’s frags.

ping: int

The player’s ping.

name: str

The player’s name.

team: int

The player’s team.

Module contents