From b2b3390bc00c713cdc822e3c47254e7e4382e47f Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sat, 15 Oct 2016 18:14:24 +0200 Subject: [PATCH] Move GrantConditionOnPrerequisite into the Conditions folder --- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 2 +- .../Traits/{ => Conditions}/GrantConditionOnPrerequisite.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Mods.Common/Traits/{ => Conditions}/GrantConditionOnPrerequisite.cs (100%) diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index 2c89600621..1d05253fa4 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -333,7 +333,6 @@ - @@ -499,6 +498,7 @@ + diff --git a/OpenRA.Mods.Common/Traits/GrantConditionOnPrerequisite.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnPrerequisite.cs similarity index 100% rename from OpenRA.Mods.Common/Traits/GrantConditionOnPrerequisite.cs rename to OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnPrerequisite.cs