This commit is contained in:
2025-01-28 14:17:29 +08:00
parent a43811fe77
commit 9640283964
22 changed files with 512 additions and 10 deletions
@@ -0,0 +1,5 @@
class_name PutSequence extends SequenceComposite
func _ready():
add_child(PutCondition.new())
add_child(PutAction.new())