simple-dialogue/addons/simple_dialogue/plugin.gd
2022-01-16 02:55:49 -05:00

11 lines
81 B
GDScript

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