RoboWaiter/BTExpansionCode/EXP/behavior_tree/ptml/test/Test.ptml

8 lines
104 B
Plaintext
Raw Normal View History

2024-01-04 22:51:33 +08:00
selector{
sequence{
cond Chatting()
act DealChat()
}
act At(Coffee,Table)
}