Add missing hard-coded return types

This commit is contained in:
Adrien Ufferte
2025-11-17 14:07:42 +01:00
parent eee5ee65e6
commit ca6c0d370d
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
@tool
extends EditorPlugin
func _enter_tree():
func _enter_tree() -> void:
pass
func _exit_tree():
func _exit_tree() -> void:
pass