Created Sammi API Plugin
Created code for Sammi API plugin
This commit is contained in:
parent
9a4e0230c2
commit
759a19fcf1
8 changed files with 596 additions and 0 deletions
12
addons/sammi/plugin.gd
Normal file
12
addons/sammi/plugin.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue