move Activity from OpenRA.Traits.Activities namespace to OpenRA.Traits

This commit is contained in:
Chris Forbes
2011-10-06 23:11:58 +13:00
parent 3cf15b870a
commit 2bc260c833
69 changed files with 38 additions and 128 deletions

View File

@@ -1,9 +1,19 @@
using System;
#region Copyright & License Information
/*
* Copyright 2007-2011 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation. For more information,
* see COPYING.
*/
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OpenRA.Traits.Activities
namespace OpenRA.Traits
{
public abstract class Activity
{

View File

@@ -13,7 +13,6 @@ using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Support;
using OpenRA.Traits.Activities;
namespace OpenRA.Traits
{