11 lines
98 B
GDScript
11 lines
98 B
GDScript
@tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree() -> void:
|
|
pass
|
|
|
|
|
|
func _exit_tree() -> void:
|
|
pass
|