root/src/BRAINSFramework/Behaviors/ICompositeBehavior.cs

User picture

Author: conkerjo

Revision: 30 («Previous)


File Size: 198 Bytes

(July 05, 2009 18:01 UTC) Almost 3 years ago

Behavior Refactoring

 
Show/hide line numbers

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Brains.Framework.Behaviors
{
    public interface ICompositeBehavior
    {

    }
}