- Introduced explicit typing to variables and functions across multiple scripts for better code clarity. - Specified 'void' as the return type for functions that do not return a value. - Removed redundant code in some scripts.
1 line
No EOL
39 B
GDScript
1 line
No EOL
39 B
GDScript
class_name CollectorDrone extends Drone |