Example #1
0
 static void Main(string[] args)
 {
     Leaf bt = new BehaviorTree.Sequencer(FList.Convert <Leaf>(new List <Leaf> {
     }))
 }