Skip to content

Commit

Permalink
fix: editor build after cleanup (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arufonsu authored Jul 8, 2024
1 parent 18027c5 commit 3cef1f1
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 9 deletions.
1 change: 1 addition & 0 deletions Intersect.Editor/Content/ContentManager.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Intersect.Editor.Core;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
using Intersect.GameObjects;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/DockingElements/frmMapGrid.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Maps;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/DockingElements/frmMapLayers.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Intersect.Config;
using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Enums;
Expand Down
2 changes: 1 addition & 1 deletion Intersect.Editor/Forms/DockingElements/frmMapList.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using DarkUI.Forms;

using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
3 changes: 2 additions & 1 deletion Intersect.Editor/Forms/DockingElements/frmMapProperties.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Intersect.Editor.Localization;
using Intersect.Editor.Core;
using Intersect.Editor.Localization;
using Intersect.Editor.Maps;

using WeifenLuo.WinFormsUI.Docking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/EditorForm.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Intersect.Editor.Core;
using Intersect.Editor.Networking;
using Intersect.Enums;
using Intersect.Logging;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/Events/frmEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using DarkUI.Forms;

using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.Forms.Editors.Events.Event_Commands;
using Intersect.Editor.Localization;
using Intersect.Editor.Maps;
Expand Down
2 changes: 1 addition & 1 deletion Intersect.Editor/Forms/Editors/Quest/frmQuest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using DarkUI.Forms;

using Intersect.Editor.Core;
using Intersect.Editor.Forms.Editors.Events;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmAnimation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using DarkUI.Forms;

using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmClass.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using DarkUI.Forms;

using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
2 changes: 1 addition & 1 deletion Intersect.Editor/Forms/Editors/frmCraftingTables.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using DarkUI.Forms;

using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
2 changes: 1 addition & 1 deletion Intersect.Editor/Forms/Editors/frmCrafts.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using DarkUI.Forms;

using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
3 changes: 2 additions & 1 deletion Intersect.Editor/Forms/Editors/frmDynamicRequirements.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Intersect.Editor.Forms.Editors.Events.Event_Commands;
using Intersect.Editor.Core;
using Intersect.Editor.Forms.Editors.Events.Event_Commands;
using Intersect.Editor.Localization;
using Intersect.GameObjects.Conditions;
using Intersect.GameObjects.Events;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using DarkUI.Forms;

using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmNpc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using DarkUI.Forms;

using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmProjectile.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using DarkUI.Controls;
using DarkUI.Forms;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmResource.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using DarkUI.Forms;

using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmShop.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using DarkUI.Forms;
using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/Editors/frmSpell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using DarkUI.Forms;

using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
2 changes: 1 addition & 1 deletion Intersect.Editor/Forms/Editors/frmVariable.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using DarkUI.Forms;

using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Networking;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/frmAbout.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Intersect.Editor.Core;
using Intersect.Editor.Localization;
using Intersect.Utilities;

Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using Intersect.Config;
using Intersect.Editor.Classes.ContentManagement;
using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.Forms.DockingElements;
using Intersect.Editor.Forms.Editors;
using Intersect.Editor.Forms.Editors.Quest;
Expand Down
2 changes: 1 addition & 1 deletion Intersect.Editor/Forms/frmOptions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Globalization;

using Intersect.Editor.Core;
using Intersect.Editor.Localization;

namespace Intersect.Editor.Forms;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/frmProgress.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Intersect.Editor.Core;
using Intersect.Editor.Localization;

namespace Intersect.Editor.Forms;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/frmUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using Intersect.Configuration;
using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Logging;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/frmVariableSelector.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Intersect.Editor.Core;
using Intersect.Editor.Localization;
using Intersect.Enums;
using Intersect.Extensions;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Forms/frmWarpSelection.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Reflection;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Maps;
Expand Down
2 changes: 1 addition & 1 deletion Intersect.Editor/Maps/MapGrid.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using DarkUI.Forms;

using Hjg.Pngcs;

using Intersect.Editor.Core;
using Intersect.Editor.Forms;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Maps/MapInstance.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Drawing.Imaging;
using Intersect.Compression;
using Intersect.Editor.Classes.Maps;
using Intersect.Editor.Core;
using Intersect.Editor.Entities;
using Intersect.Editor.General;
using Intersect.GameObjects;
Expand Down
1 change: 1 addition & 0 deletions Intersect.Editor/Networking/PacketHandler.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Intersect.Core;
using Intersect.Editor.Content;
using Intersect.Editor.Core;
using Intersect.Editor.General;
using Intersect.Editor.Localization;
using Intersect.Editor.Maps;
Expand Down

0 comments on commit 3cef1f1

Please sign in to comment.