RingOfRaces/addons/godot-sqlite/godot-sqlite.gd

15 lines
419 B
GDScript3
Raw Normal View History

2020-10-07 20:24:10 +00:00
# ############################################################################ #
2023-03-25 20:42:54 +00:00
# Copyright © 2019-2023 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
2020-10-07 20:24:10 +00:00
# Licensed under the MIT License.
# See LICENSE in the project root for license information.
# ############################################################################ #
tool
extends EditorPlugin
func _enter_tree():
pass
2020-10-07 20:24:10 +00:00
func _exit_tree():
pass