8 lines
285 B
GDScript
8 lines
285 B
GDScript
# Copyright © 2020 Hugo Locurcio and contributors - MIT License
|
|
# See `LICENSE.md` included in the source distribution for details.
|
|
#
|
|
# This script is needed to make the `class_name` script visible in the Create New Node dialog
|
|
# once the plugin is enabled.
|
|
tool
|
|
extends EditorPlugin
|