Рефактор

This commit is contained in:
sasha80
2023-07-31 08:44:11 +03:00
parent a1a0b8c145
commit 69866000b7

View File

@@ -7,7 +7,7 @@ var sock = PacketPeerUDP.new()
@onready var btn_del_threads = get_node('tabs/threats/btn_del')
@onready var header_pomehi = get_node('tabs/pomehi/header_p')
@onready var table_pomehi = get_node('tabs/pomehi/table_p')
@onready var table_pomehi = get_node('tabs/pomehi/table_p')
# Called when the node enters the scene tree for the first time.
func _ready():
@@ -24,7 +24,3 @@ func _ready():
func on_timeout():
sock.put_packet(Threats.get_threats_data())
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass