Example #1
0
 public BehaviorChain FindCreatorOf(Type type)
 {
     return(_behaviorGraph.ChainThatCreates(type));
 }