Add missing hard-coded return types
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree():
|
||||
func _enter_tree() -> void:
|
||||
pass
|
||||
|
||||
func _exit_tree():
|
||||
func _exit_tree() -> void:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user