delurbelako/scripts/gui/gui_event_bus.gd
2025-10-16 22:05:24 +05:00

6 lines
156 B
GDScript

extends Node
@warning_ignore_start("unused_signal")
signal construction_selected(prototype : Prototype)
signal construction_placed(prototype : Prototype)