4 lines
64 B
GDScript
4 lines
64 B
GDScript
extends LineEdit
|
|
|
|
func on_update_ip(to: StringName):
|
|
text = to
|