Files
Kalulu/addons/godot-sqlite/godot-sqlite.gd
T
Adrien Ufferte b4f9fbe904 Update plugins
2026-03-09 09:17:36 +01:00

15 lines
420 B
GDScript

# ############################################################################ #
# Copyright © 2019-2026 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
# Licensed under the MIT License.
# See LICENSE in the project root for license information.
# ############################################################################ #
@tool
extends EditorPlugin
func _enter_tree():
pass
func _exit_tree():
pass