1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/gdscript/tests/scripts/analyzer/errors/assign_signal.gd
2022-12-21 22:49:51 -05:00

5 lines
66 B
GDScript

signal your_base
signal my_base
func test():
your_base = my_base