root/src/BRAINSFramework/Behaviors/PathFinding/FindPathBehavior.cs
| 13 | 22 | ||
|---|---|---|---|
9 | 9 | ||
10 | namespace Brains.Framework.Behaviors.PathFinding | 10 | namespace Brains.Framework.Behaviors.PathFinding |
11 | { | 11 | { |
12 | public class FindPathBehavior:BehaviorBase,IActionBehavior | 12 | public class FindPathBehavior:CompositeBehavior,IActionBehavior |
13 | { | 13 | { |
14 | public object lockMe = new object(); | 14 | public object lockMe = new object(); |
15 | 15 |
Download diff