from .base import Packet
class Packet40EntityMetadata(Packet, packet_id=40):
FIELDS = [
('entity_id', 'int'),
('data', 'entitydata'),
]