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.
This commit is contained in:
reaperrr
2019-11-18 23:13:57 +01:00
committed by teinarss
parent c4597b5c6b
commit 65728bc032

View File

@@ -15,7 +15,7 @@ using System.IO;
using System.Linq; using System.Linq;
using OpenRA.Primitives; using OpenRA.Primitives;
namespace OpenRA.Mods.Common.AudioLoaders namespace OpenRA.Mods.D2k.AudioLoaders
{ {
public class VocLoader : ISoundLoader public class VocLoader : ISoundLoader
{ {