from .base import Packet class Packet10Flying(Packet, packet_id=10): FIELDS = [ ('grounded', 'bool'), ]