tickle-godot-app/addons/http_server/plugin.gd
2023-05-09 18:03:30 +03:00

11 lines
98 B
GDScript

@tool
extends EditorPlugin
func _enter_tree() -> void:
pass
func _exit_tree() -> void:
pass