root/src/BRAINSFramework/Behaviors/ICompositeBehavior.cs
Behavior Refactoring
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Brains.Framework.Behaviors
{
public interface ICompositeBehavior
{
}
} |