godot-third-person-basic-scene/addons/AMSG/AMSG.gd

13 lines
162 B
GDScript3
Raw Normal View History

@tool
extends EditorPlugin
func _enter_tree():
# Initialization of the plugin goes here.
pass
func _exit_tree():
# Clean-up of the plugin goes here.
pass