facsimile-wing/scripts/event_bus.gd
2026-03-21 17:22:41 +00:00

6 lines
252 B
GDScript

extends Node
@warning_ignore_start("unused_signal") # since otherwise Godot will throw a warning that the signal is unused in current scope
@warning_ignore_restore("unused_signal") # put any future signals you add between the two ignore annotations