Joey Eamigh 9989fab018
addons?
2025-10-10 14:07:23 -04:00

15 lines
420 B
GDScript

# ############################################################################ #
# 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