from .base import Packet class Packet108SetHotbarOffset(Packet, packet_id=108): __slots__ = ('offset',) FIELDS = [ ('offset', 'ubyte'), ]