root/src/BRAINSFramework/Behaviors/RandomBehavior.cs
| 13 | 22 | ||
|---|---|---|---|
12 | /// This Behavior is a Composite behavior which will randomly select a sub behavior to run. | 12 | /// This Behavior is a Composite behavior which will randomly select a sub behavior to run. |
13 | /// </summary> | 13 | /// </summary> |
14 | [BehaviorAttribute("Random")] | 14 | [BehaviorAttribute("Random")] |
15 | public class RandomBehavior : BehaviorBase, ICompositeBehavior | 15 | public class RandomBehavior : CompositeBehavior, ICompositeBehavior |
16 | { | 16 | { |
17 | 17 | ||
18 | public RandomBehavior() | 18 | public RandomBehavior() |
Download diff