From 3bcf0aab00ba2e6da2d8872e84a1eab220699114 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Wed, 17 Jun 2015 22:06:08 +0200 Subject: [PATCH] Move SelectionDecorations to Traits\Render --- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 2 +- OpenRA.Mods.Common/Traits/{ => Render}/SelectionDecorations.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Mods.Common/Traits/{ => Render}/SelectionDecorations.cs (100%) diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index d13f3a14c6..44e8c69a92 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -440,7 +440,7 @@ - + diff --git a/OpenRA.Mods.Common/Traits/SelectionDecorations.cs b/OpenRA.Mods.Common/Traits/Render/SelectionDecorations.cs similarity index 100% rename from OpenRA.Mods.Common/Traits/SelectionDecorations.cs rename to OpenRA.Mods.Common/Traits/Render/SelectionDecorations.cs