Skip to content

Commit

Permalink
feat : parallel node
Browse files Browse the repository at this point in the history
  • Loading branch information
pojol committed Jul 31, 2022
1 parent 43d6017 commit 76a530f
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 208 deletions.
1 change: 1 addition & 0 deletions behavior/behavior.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const (
WAIT = "WaitNode"
LOOP = "LoopNode"
ASSERT = "AssertNode"
PARALLEL = "ParallelNode"
)

type Tree struct {
Expand Down
Loading

0 comments on commit 76a530f

Please sign in to comment.