ticle-godot-frontend/addons/http_server/plugin.gd
2022-06-20 14:33:14 +03:00

11 lines
97 B
GDScript

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