From f5a0c7e425886070d3a72e15527047127a7cf1d9 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sat, 25 Jun 2016 12:36:35 +0200 Subject: [PATCH] Move AttackWander into root Traits folder It's not really an Attack* trait, so it doesn't belong into that subfolder. --- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 2 +- OpenRA.Mods.Common/Traits/{Attack => }/AttackWander.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Mods.Common/Traits/{Attack => }/AttackWander.cs (100%) diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index 66c553c47d..5fb53b3d91 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -277,7 +277,7 @@ - + diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackWander.cs b/OpenRA.Mods.Common/Traits/AttackWander.cs similarity index 100% rename from OpenRA.Mods.Common/Traits/Attack/AttackWander.cs rename to OpenRA.Mods.Common/Traits/AttackWander.cs