tickle-godot-app/addons/http_server/plugin.gd

11 lines
98 B
GDScript3
Raw Permalink Normal View History

2023-05-09 15:03:30 +00:00
@tool
extends EditorPlugin
func _enter_tree() -> void:
pass
func _exit_tree() -> void:
pass