1
0
forked from joey/godottest
2025-10-11 01:09:46 -04:00

9 lines
158 B
GDScript

extends ModuleOptions
@export_group("check_latest_release")
@export var export_button_check_update := "Check Update"
func check_update():
_module.check()