from .base import Packet class Packet4UpdateTime(Packet, packet_id=4): FIELDS = [ ('time', 'long'), ]