MagicNStuff/source/addons/panku_console/modules/history_manager/opt.gd
2025-02-25 22:07:11 +01: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()