bta-proxy/bta_proxy/packets/packet29destroyentity.py

7 lines
128 B
Python

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