SUI/sui/plugin.gd

7 lines
78 B
GDScript3
Raw Normal View History

2024-05-10 14:39:53 +02:00
@tool
extends EditorPlugin
func _enter_tree(): pass
func _exit_tree(): pass