from .base import Packet
class Packet255KickDisconnect(Packet, packet_id=255):
FIELDS = [
('reason', ('str', 200)),
]