//----------------------------------------------------------------------------- // AlignBehavior.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using Microsoft.Xna.Framework; namespace Flocking { /// /// Container for Behavior Classes /// public class Behaviors : List { } }