from .base import Packet
class Packet136SendKey(Packet, packet_id=136):
FIELDS = [
('key', ('str', 344)),
]