godot-xterm/addons/godot_xterm_native/plugin.gd
2020-10-05 17:55:46 +07:00

10 lines
81 B
GDScript

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