From 65728bc03213e0568a4e6d88db47c17dc1bb7ff3 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Mon, 18 Nov 2019 23:13:57 +0100 Subject: [PATCH] Move VocLoader to Mods.D2k While this is strictly speaking a D2 format, any D2 mod is pretty much guaranteed to use Mods.D2k, so this should be a good enough place to move it to. --- .../AudioLoaders/VocLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {OpenRA.Mods.Common => OpenRA.Mods.D2k}/AudioLoaders/VocLoader.cs (99%) diff --git a/OpenRA.Mods.Common/AudioLoaders/VocLoader.cs b/OpenRA.Mods.D2k/AudioLoaders/VocLoader.cs similarity index 99% rename from OpenRA.Mods.Common/AudioLoaders/VocLoader.cs rename to OpenRA.Mods.D2k/AudioLoaders/VocLoader.cs index 39d3238441..dcf526264b 100644 --- a/OpenRA.Mods.Common/AudioLoaders/VocLoader.cs +++ b/OpenRA.Mods.D2k/AudioLoaders/VocLoader.cs @@ -15,7 +15,7 @@ using System.IO; using System.Linq; using OpenRA.Primitives; -namespace OpenRA.Mods.Common.AudioLoaders +namespace OpenRA.Mods.D2k.AudioLoaders { public class VocLoader : ISoundLoader {