From 46cee82027982eba2e4158d0787950d5c83fa8d4 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Mon, 13 Nov 2017 23:33:42 +0100 Subject: [PATCH] Move RepairsUnits out of Building folder --- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 2 +- OpenRA.Mods.Common/Traits/{Buildings => }/RepairsUnits.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Mods.Common/Traits/{Buildings => }/RepairsUnits.cs (100%) diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index 7425b3befa..8ee1787166 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -309,9 +309,9 @@ - + diff --git a/OpenRA.Mods.Common/Traits/Buildings/RepairsUnits.cs b/OpenRA.Mods.Common/Traits/RepairsUnits.cs similarity index 100% rename from OpenRA.Mods.Common/Traits/Buildings/RepairsUnits.cs rename to OpenRA.Mods.Common/Traits/RepairsUnits.cs