2024-01-25 12:10:29 +01:00

6 lines
98 B
GDScript

extends Control
var on_ping_changed: Signal
func _enter_tree():
on_ping_changed = %Ping.changed