From 2881ef163b15fabdc5715b3d78a682c443f1ad07 Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 11 Jul 2015 10:23:06 +0400 Subject: [PATCH] moved to Liar namespace. --- ArcFormats/ArcXFL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/ArcXFL.cs b/ArcFormats/ArcXFL.cs index 00575319..c5a83ffc 100644 --- a/ArcFormats/ArcXFL.cs +++ b/ArcFormats/ArcXFL.cs @@ -32,7 +32,7 @@ using System.Collections.Generic; using System.ComponentModel.Composition; using GameRes.Formats.Strings; -namespace GameRes.Formats +namespace GameRes.Formats.Liar { [Export(typeof(ArchiveFormat))] public class XflOpener : ArchiveFormat