RingOfRaces/addons/godot-sqlite/godot-sqlite.gd
2020-10-07 22:24:10 +02:00

14 lines
427 B
GDScript

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