bta-proxy/bta_proxy/packets/packet29destroyentity.py

7 lines
128 B
Python
Raw Normal View History

2023-08-26 01:12:19 +03:00
from .base import Packet
class Packet29DestroyEntity(Packet, packet_id=29):
FIELDS = [
('entity_id', 'int'),
]