12 lines
119 B
GDScript3
12 lines
119 B
GDScript3
|
|
@tool
|
||
|
|
extends EditorPlugin
|
||
|
|
|
||
|
|
|
||
|
|
func _enter_tree():
|
||
|
|
pass
|
||
|
|
|
||
|
|
|
||
|
|
func _exit_tree():
|
||
|
|
# Clean-up of the plugin goes here.
|
||
|
|
pass
|