Доработка. Добавлено сообщение тип9.

This commit is contained in:
MaD_CaT
2025-12-25 16:04:21 +03:00
parent 6199c895fa
commit 78fcb79e00
2 changed files with 9 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ func on_receive(data):
sock.put_packet(Interfers.get_msg7_data())
elif json_data['ts'] == 8:
fs.on_receive_msg8(json_data)
elif json_data['ts'] == 9:
Threats.on_receive_msg9(json_data)
# Called every frame. 'delta' is the elapsed time since the previous frame.