Example #1
0
 public static WorldBuilder AddBehaviourTreeFeature <TScope>(this WorldBuilder self)
 {
     return(self.AddBehaviourTreeFeature <TScope>(c => c));
 }