StreamOverlay/addons/gdata_orm/godot-sqlite/godot-sqlite.gd

15 lines
420 B
GDScript3
Raw Normal View History

2026-02-23 18:38:03 -06:00
# ############################################################################ #
# Copyright © 2019-2025 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