from .base import Packet class Packet29DestroyEntity(Packet, packet_id=29): FIELDS = [ ('entity_id', 'int'), ]