from .base import Packet
class Packet19EntityAction(Packet, packet_id=19):
FIELDS = [
('entity_id', 'int'),
('state', 'byte'),
]