from .base import Packet
class Packet133OpenGuidebook(Packet, packet_id=133):
__slots__ = ('open',)
FIELDS = [
('open', 'bool'),
]