mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-01 19:04:50 +00:00
Updated namespace for classes inside 'Skins-And-Textures'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace PckStudio
|
||||
namespace PckStudio.Popups
|
||||
{
|
||||
partial class AdvancedOptions
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PckStudio
|
||||
namespace PckStudio.Popups
|
||||
{
|
||||
public partial class AdvancedOptions : MetroFramework.Forms.MetroForm
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace PckStudio
|
||||
namespace PckStudio.Forms
|
||||
{
|
||||
partial class generateModel
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@ using System.Runtime.CompilerServices;
|
||||
using System.Diagnostics;
|
||||
using System.Text;
|
||||
|
||||
namespace PckStudio
|
||||
namespace PckStudio.Forms
|
||||
{
|
||||
[Obsolete]
|
||||
public partial class generateModel : MetroForm
|
||||
|
||||
Reference in New Issue
Block a user