statecharts ehehehehehe
This commit is contained in:
parent
4d59717b88
commit
6eff1601a9
23 changed files with 895 additions and 2 deletions
10
addons/godot_state_charts/godot_state_charts.gd
Normal file
10
addons/godot_state_charts/godot_state_charts.gd
Normal file
|
@ -0,0 +1,10 @@
|
|||
tool
|
||||
extends EditorPlugin
|
||||
|
||||
# plugin initialization
|
||||
func _enter_tree() -> void:
|
||||
pass
|
||||
|
||||
# plugin cleanup
|
||||
func _exit_tree() -> void:
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue