Created Sammi API Plugin

Created code for Sammi API plugin
This commit is contained in:
Mario Steele 2025-04-30 14:38:41 -05:00
parent 9a4e0230c2
commit 759a19fcf1
8 changed files with 596 additions and 0 deletions

12
addons/sammi/plugin.gd Normal file
View file

@ -0,0 +1,12 @@
@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