コード例 #1
0
ファイル: commands.py プロジェクト: eaceaser/pyrcon
def _parse_players_list(self, packet, client):
    return PlayerCollection.from_packet_array(packet.words[1:])
コード例 #2
0
ファイル: commands.py プロジェクト: eaceaser/pyrcon
def _parse_players_list(self, packet, client):
  return PlayerCollection.from_packet_array(packet.words[1:])