hero-mark-2/addons/godot_state_charts/godot_state_charts.gd

10 lines
136 B
GDScript

tool
extends EditorPlugin
# plugin initialization
func _enter_tree() -> void:
pass
# plugin cleanup
func _exit_tree() -> void:
pass