mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 01:17:22 +00:00
Move Misc folder to 'Internal' folder and rename namespace
This commit is contained in:
@@ -21,7 +21,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using PckStudio.Forms.Additional_Popups.Grf;
|
||||
using PckStudio.Classes.Misc;
|
||||
using PckStudio.Internal.Misc;
|
||||
using OMI.Formats.GameRule;
|
||||
using OMI.Workers.GameRule;
|
||||
using System.Diagnostics;
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
using MetroFramework.Forms;
|
||||
using PckStudio.Classes.Misc;
|
||||
using PckStudio.Internal.Misc;
|
||||
using PckStudio.Forms.Additional_Popups.Loc;
|
||||
using OMI.Formats.Languages;
|
||||
using OMI.Workers.Language;
|
||||
|
||||
@@ -21,7 +21,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using PckStudio.Extensions;
|
||||
using PckStudio.Classes.Misc;
|
||||
using PckStudio.Internal.Misc;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace PckStudio.Forms.Features
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using PckStudio.Classes.Misc;
|
||||
using PckStudio.Properties;
|
||||
using PckStudio.Extensions;
|
||||
using System.Globalization;
|
||||
using PckStudio.Internal.Json;
|
||||
using PckStudio.Internal.Misc;
|
||||
|
||||
namespace PckStudio.Internal
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace PckStudio.Classes.Misc
|
||||
namespace PckStudio.Internal.Misc
|
||||
{
|
||||
internal class FileCacher
|
||||
{
|
||||
@@ -2,7 +2,7 @@
|
||||
* Source by: Simon Mourier(https://stackoverflow.com/users/403671/simon-mourier)
|
||||
*/
|
||||
|
||||
namespace PckStudio.Classes.Misc
|
||||
namespace PckStudio.Internal.Misc
|
||||
{
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
@@ -5,7 +5,7 @@ using PckStudio.Internal;
|
||||
using PckStudio.Properties;
|
||||
using DiscordRPC.Logging;
|
||||
|
||||
namespace PckStudio.Classes.Misc
|
||||
namespace PckStudio.Internal.Misc
|
||||
{
|
||||
// https://github.com/BullyWiiPlaza/Minecraft-Wii-U-Mod-Injector/blob/main/Minecraft%20Wii%20U%20Mod%20Injector/Helpers/DiscordRpc.cs
|
||||
static class RPC
|
||||
@@ -21,7 +21,7 @@ using PckStudio.Forms;
|
||||
using PckStudio.Forms.Editor;
|
||||
using PckStudio.Forms.Additional_Popups.Animation;
|
||||
using PckStudio.Forms.Additional_Popups;
|
||||
using PckStudio.Classes.Misc;
|
||||
using PckStudio.Internal.Misc;
|
||||
using PckStudio.Internal.IO.PckAudio;
|
||||
using PckStudio.Internal.IO._3DST;
|
||||
using PckStudio.Internal;
|
||||
|
||||
@@ -204,8 +204,8 @@
|
||||
<Compile Include="Internal\IO\CSMB\CSMBFileWriter.cs" />
|
||||
<Compile Include="Internal\IO\PckAudio\PckAudioFileReader.cs" />
|
||||
<Compile Include="Internal\IO\PckAudio\PckAudioFileWriter.cs" />
|
||||
<Compile Include="Classes\Misc\FileCacher.cs" />
|
||||
<Compile Include="Classes\Misc\OpenFolderDialog.cs" />
|
||||
<Compile Include="Internal\Misc\FileCacher.cs" />
|
||||
<Compile Include="Internal\Misc\OpenFolderDialog.cs" />
|
||||
<Compile Include="Classes\Models\DefaultModels\Steve64x64Model.cs" />
|
||||
<Compile Include="Internal\ApplicationScope.cs" />
|
||||
<Compile Include="Internal\Json\ColorEntry.cs" />
|
||||
@@ -238,7 +238,7 @@
|
||||
<Compile Include="Classes\Models\Texel.cs" />
|
||||
<Compile Include="Classes\Models\TexelComparer.cs" />
|
||||
<Compile Include="Classes\Models\TexturePlane.cs" />
|
||||
<Compile Include="Classes\Misc\RichPresenceClient.cs" />
|
||||
<Compile Include="Internal\Misc\RichPresenceClient.cs" />
|
||||
<Compile Include="Forms\Features\CemuPanel.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Windows.Forms;
|
||||
using PckStudio.Classes.Misc;
|
||||
using PckStudio.Internal.Misc;
|
||||
using PckStudio.Internal;
|
||||
using PckStudio.Properties;
|
||||
using PCKStudio_Updater;
|
||||
|
||||
Reference in New Issue
Block a user