From a2d7446b6256dd9c50b0c425862dd56b89f76b60 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 18 Oct 2018 23:03:05 +0400 Subject: [PATCH] namespace. --- ArcFormats/NitroPlus/ArcSteinsGate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/NitroPlus/ArcSteinsGate.cs b/ArcFormats/NitroPlus/ArcSteinsGate.cs index 441adf5a..30f3a998 100644 --- a/ArcFormats/NitroPlus/ArcSteinsGate.cs +++ b/ArcFormats/NitroPlus/ArcSteinsGate.cs @@ -31,7 +31,7 @@ using System.ComponentModel.Composition; using GameRes.Formats.Strings; using GameRes.Utility; -namespace GameRes.Formats +namespace GameRes.Formats.NitroPlus { public class SteinsGateOptions : ResourceOptions {