update
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class_name MoveSequence extends SequenceComposite
|
||||
|
||||
func _ready():
|
||||
add_child(MoveCondition.new())
|
||||
add_child(MoveAction.new())
|
||||
Reference in New Issue
Block a user