ticle-godot-frontend/addons/http_server/plugin.gd

11 lines
97 B
GDScript3
Raw Permalink Normal View History

2022-06-20 11:33:14 +00:00
tool
extends EditorPlugin
func _enter_tree() -> void:
pass
func _exit_tree() -> void:
pass