1
0
mirror of synced 2025-02-21 04:58:41 +01:00

Adjust sarc

This commit is contained in:
KillzXGaming 2019-07-17 20:01:47 -04:00
parent ff9c598d99
commit 718f793980
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ using Toolbox.Library;
using Toolbox.Library.IO;
using Toolbox.Library.Forms;
namespace FirstPlugin
namespace FirstPlugin.New
{
public class SARC : IArchiveFile, IFileFormat, IContextMenuNode
{

View File

@ -9,7 +9,7 @@ using Toolbox.Library;
using Toolbox.Library.IO;
using Toolbox.Library.Forms;
namespace FirstPlugin.Old
namespace FirstPlugin
{
public class SARC : TreeNodeFile, IFileFormat
{