gduibasics/plugin.gd
2021-08-21 17:15:07 +02:00

9 lines
79 B
GDScript

tool
extends EditorPlugin
func _enter_tree():
pass
func _exit_tree():
pass