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