Qualia  0.2
SequentialNode.h
Go to the documentation of this file.
1 namespace BehaviorTree
2 {
4 
9 {
10 public:
13 
14  BEHAVIOR_STATUS execute(void* agent);
15  void init(void* agent);
16 
19 };
20 }