8 lines
79 B
GDScript3
8 lines
79 B
GDScript3
|
@tool
|
||
|
extends EditorPlugin
|
||
|
|
||
|
func _enter_tree():
|
||
|
pass
|
||
|
|
||
|
func _exit_tree():
|
||
|
pass
|