11 lines
97 B
GDScript3
11 lines
97 B
GDScript3
|
tool
|
||
|
extends EditorPlugin
|
||
|
|
||
|
|
||
|
func _enter_tree() -> void:
|
||
|
pass
|
||
|
|
||
|
|
||
|
func _exit_tree() -> void:
|
||
|
pass
|