From c4475539a148240e43cb14bf0ec8b874510283a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 10 Apr 2016 22:33:37 +0200 Subject: [PATCH] Move CaptureNotification into Sounds sub-folder. --- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 2 +- OpenRA.Mods.Common/Traits/{ => Sound}/CaptureNotification.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Mods.Common/Traits/{ => Sound}/CaptureNotification.cs (100%) diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj index 7c4b135ca5..6847b53724 100644 --- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj +++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj @@ -303,7 +303,6 @@ - @@ -476,6 +475,7 @@ + diff --git a/OpenRA.Mods.Common/Traits/CaptureNotification.cs b/OpenRA.Mods.Common/Traits/Sound/CaptureNotification.cs similarity index 100% rename from OpenRA.Mods.Common/Traits/CaptureNotification.cs rename to OpenRA.Mods.Common/Traits/Sound/CaptureNotification.cs