from .base import Packet
class Packet18Animation(Packet, packet_id=18):
FIELDS = [
('entity_id', 'int'),
('animate', 'byte'),
]