6 lines
78 B
GDScript
6 lines
78 B
GDScript
@tool
|
|
extends EditorPlugin
|
|
|
|
func _enter_tree(): pass
|
|
|
|
func _exit_tree(): pass
|