bcirpggithubmirror/Phase2/Godot ===(Game Code)===/MainMenu/GodotUserInterface_Luke/addons/godot-sqlite/godot-sqlite.gd
darioGerussi 128e8b79dc Reorganized folder layout
Reorganized the folders for a simpler and clearer layout.
2022-03-27 12:47:31 -05:00

15 lines
425 B
GDScript

# ############################################################################ #
# Copyright © 2019-2021 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