from .base import Packet class Packet138PlayerList(Packet, packet_id=138): FIELDS = [ ('players', 'str'), ('scores', 'str'), ]