Files
godot-docs/getting_started/scripting
Ryan Roden-Corrent 62d28caccb Remove needless note about signals and classes.
As far as I know, any user-defined class must extend Object or a
subclass thereof, meaning it would be impossible to define a class that
couldn't use signals. This warning is therefore unnecessary.
2020-10-01 07:47:21 -04:00
..