From 2941d327cde72878892ed3cf0b0c15b85243f037 Mon Sep 17 00:00:00 2001 From: Denis <93516910+Bussun@users.noreply.github.com> Date: Sat, 18 Dec 2021 18:16:35 +0100 Subject: [PATCH] Fs Update --- BMGEditor/{IO => FS}/BMG.cs | 0 BMGEditor/{IO => FS}/Bcsv.cs | 0 BMGEditor/{IO => FS}/RarcFilesystem.cs | 0 BMGEditor/UI/BMGEditForm.Methods.cs | 4 ---- 4 files changed, 4 deletions(-) rename BMGEditor/{IO => FS}/BMG.cs (100%) rename BMGEditor/{IO => FS}/Bcsv.cs (100%) rename BMGEditor/{IO => FS}/RarcFilesystem.cs (100%) diff --git a/BMGEditor/IO/BMG.cs b/BMGEditor/FS/BMG.cs similarity index 100% rename from BMGEditor/IO/BMG.cs rename to BMGEditor/FS/BMG.cs diff --git a/BMGEditor/IO/Bcsv.cs b/BMGEditor/FS/Bcsv.cs similarity index 100% rename from BMGEditor/IO/Bcsv.cs rename to BMGEditor/FS/Bcsv.cs diff --git a/BMGEditor/IO/RarcFilesystem.cs b/BMGEditor/FS/RarcFilesystem.cs similarity index 100% rename from BMGEditor/IO/RarcFilesystem.cs rename to BMGEditor/FS/RarcFilesystem.cs diff --git a/BMGEditor/UI/BMGEditForm.Methods.cs b/BMGEditor/UI/BMGEditForm.Methods.cs index 4daf7a7..0d7e85f 100644 --- a/BMGEditor/UI/BMGEditForm.Methods.cs +++ b/BMGEditor/UI/BMGEditForm.Methods.cs @@ -1,9 +1,5 @@ using System; using System.Windows.Forms; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace BMGEditor {