From 75b91af023b3b5689f571584a5287f02078424c3 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Wed, 10 Dec 2014 20:20:50 +0100 Subject: [PATCH] TimedUpgradeBar moved to Traits/Render --- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 2 +- .../Traits/{Modifiers => Render}/TimedUpgradeBar.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Mods.Common/Traits/{Modifiers => Render}/TimedUpgradeBar.cs (100%) diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index 402dc736ef..4cbe8db346 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -120,7 +120,6 @@ - @@ -144,6 +143,7 @@ + diff --git a/OpenRA.Mods.Common/Traits/Modifiers/TimedUpgradeBar.cs b/OpenRA.Mods.Common/Traits/Render/TimedUpgradeBar.cs similarity index 100% rename from OpenRA.Mods.Common/Traits/Modifiers/TimedUpgradeBar.cs rename to OpenRA.Mods.Common/Traits/Render/TimedUpgradeBar.cs