chore: removed engine

This commit is contained in:
Sara Gerretsen 2026-04-28 14:57:41 +02:00
parent 7fa4aac1c2
commit 49db301d52
13849 changed files with 0 additions and 7324366 deletions

View file

@ -1,24 +0,0 @@
# meta-description: Basic plugin template
@tool
extends _BASE_
func _enable_plugin() -> void:
# Add autoloads here.
pass
func _disable_plugin() -> void:
# Remove autoloads here.
pass
func _enter_tree() -> void:
# Initialization of the plugin goes here.
pass
func _exit_tree() -> void:
# Clean-up of the plugin goes here.
pass