Move VocLoader from D2k to Cnc

My assumption that the D2 mod would want,
let alone need Mods.D2k was wrong.
Meanwhile, it does need Mods.Cnc for at least
the Pak format as well, so this is a good enough
compromise.
This commit is contained in:
reaperrr
2019-11-25 22:52:26 +01:00
committed by Paul Chote
parent 93e42b0b27
commit cd123830c3

View File

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