Joey Eamigh 9989fab018
addons?
2025-10-10 14:07:23 -04:00

8 lines
155 B
GDScript

extends ModuleOptions
@export_group("history_manager")
@export var export_button_open_window := "Open Window"
func open_window():
_module.open_window()