From 7d4c61e91ad373cede431ad6187a4c4b6e411d9a Mon Sep 17 00:00:00 2001 From: ManicSteiner Date: Wed, 29 Nov 2023 23:20:50 +0800 Subject: [PATCH] create MAGES folder and move LAY, MPK into it --- ArcFormats/ArcFormats.csproj | 4 ++-- ArcFormats/{NitroPlus => MAGES}/ArcLAY.cs | 2 +- ArcFormats/{NitroPlus => MAGES}/ArcMPK.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename ArcFormats/{NitroPlus => MAGES}/ArcLAY.cs (99%) rename ArcFormats/{NitroPlus => MAGES}/ArcMPK.cs (99%) diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index 6c071820..917a6f11 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -310,8 +310,8 @@ - - + + diff --git a/ArcFormats/NitroPlus/ArcLAY.cs b/ArcFormats/MAGES/ArcLAY.cs similarity index 99% rename from ArcFormats/NitroPlus/ArcLAY.cs rename to ArcFormats/MAGES/ArcLAY.cs index 7869257f..05b065df 100644 --- a/ArcFormats/NitroPlus/ArcLAY.cs +++ b/ArcFormats/MAGES/ArcLAY.cs @@ -32,7 +32,7 @@ using System.Windows; using System.Windows.Media; using System.Windows.Media.Imaging; -namespace GameRes.Formats.NitroPlus +namespace GameRes.Formats.MAGES { internal class LayEntry : Entry { diff --git a/ArcFormats/NitroPlus/ArcMPK.cs b/ArcFormats/MAGES/ArcMPK.cs similarity index 99% rename from ArcFormats/NitroPlus/ArcMPK.cs rename to ArcFormats/MAGES/ArcMPK.cs index f9011c36..952ac604 100644 --- a/ArcFormats/NitroPlus/ArcMPK.cs +++ b/ArcFormats/MAGES/ArcMPK.cs @@ -26,7 +26,7 @@ using System.Collections.Generic; using System.ComponentModel.Composition; -namespace GameRes.Formats.NitroPlus +namespace GameRes.Formats.MAGES { [Export(typeof(ArchiveFormat))] public class MpkOpener : ArchiveFormat