httpclientdebugger/addons/sammi/plugin.gd
Mario Steele 759a19fcf1 Created Sammi API Plugin
Created code for Sammi API plugin
2025-04-30 14:38:41 -05:00

12 lines
178 B
GDScript

@tool
extends EditorPlugin
func _enter_tree() -> void:
# Initialization of the plugin goes here.
pass
func _exit_tree() -> void:
# Clean-up of the plugin goes here.
pass