fix namespaces on stuff bob moved

This commit is contained in:
Chris Forbes
2010-05-20 19:44:38 +12:00
parent 560c41bf42
commit 630aee7b98
5 changed files with 13 additions and 10 deletions

View File

@@ -18,7 +18,8 @@
*/
#endregion
namespace OpenRA.Traits
using OpenRA.Traits;
namespace OpenRA.Mods.RA
{
public class CanPowerDownInfo : ITraitInfo
{