From b7f20327f9b32f6827eccccd9caeae9d26f9f9d1 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 13 May 2010 19:59:43 +1200 Subject: [PATCH] move some more crap around --- OpenRA.Game/OpenRA.Game.csproj | 2 +- OpenRA.Game/Traits/{SupportPowers => }/SupportPower.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Game/Traits/{SupportPowers => }/SupportPower.cs (100%) diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj index b5ef097d01..6e972704dd 100755 --- a/OpenRA.Game/OpenRA.Game.csproj +++ b/OpenRA.Game/OpenRA.Game.csproj @@ -236,7 +236,7 @@ - + diff --git a/OpenRA.Game/Traits/SupportPowers/SupportPower.cs b/OpenRA.Game/Traits/SupportPower.cs similarity index 100% rename from OpenRA.Game/Traits/SupportPowers/SupportPower.cs rename to OpenRA.Game/Traits/SupportPower.cs