godot-xterm/addons/godot_xterm_native/plugin.gd

11 lines
81 B
GDScript3
Raw Normal View History

2020-07-11 10:52:06 +02:00
tool
extends EditorPlugin
func _enter_tree():
pass
func _exit_tree():
pass