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