Skip to content

Commit 3069e34

Browse files
committed
chore: cleanup unused usings
1 parent 17582ac commit 3069e34

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_ChangeName.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Intersect.Editor.Localization;
22
using Intersect.Framework.Core.GameObjects.Variables;
3-
using Intersect.GameObjects;
43
using Intersect.GameObjects.Events;
54
using Intersect.GameObjects.Events.Commands;
65

Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_CreateGuild.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Intersect.Editor.Localization;
22
using Intersect.Framework.Core.GameObjects.Variables;
3-
using Intersect.GameObjects;
43
using Intersect.GameObjects.Events;
54
using Intersect.GameObjects.Events.Commands;
65

Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_GiveExperience.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Intersect.Editor.Localization;
22
using Intersect.Enums;
33
using Intersect.Framework.Core.GameObjects.Variables;
4-
using Intersect.GameObjects;
54
using Intersect.GameObjects.Events.Commands;
65

76
namespace Intersect.Editor.Forms.Editors.Events.Event_Commands;

Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_Input.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Intersect.Editor.Localization;
22
using Intersect.Enums;
33
using Intersect.Framework.Core.GameObjects.Variables;
4-
using Intersect.GameObjects;
54
using Intersect.GameObjects.Events.Commands;
65
using Intersect.Utilities;
76

Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_SetGuildBankSlots.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Intersect.Enums;
22
using Intersect.Editor.Localization;
33
using Intersect.Framework.Core.GameObjects.Variables;
4-
using Intersect.GameObjects;
54
using Intersect.GameObjects.Events;
65
using Intersect.GameObjects.Events.Commands;
76

Intersect.Editor/Forms/Editors/frmVariable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Intersect.Editor.Networking;
66
using Intersect.Enums;
77
using Intersect.Framework.Core.GameObjects.Variables;
8-
using Intersect.GameObjects;
98
using Intersect.Models;
109

1110
namespace Intersect.Editor.Forms.Editors;

Intersect.Editor/Networking/PacketHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using Intersect.GameObjects.Maps.MapList;
1414
using Intersect.Network;
1515
using Intersect.Network.Packets.Server;
16-
using Intersect.Plugins.Interfaces;
1716
using Microsoft.Extensions.Logging;
1817

1918
namespace Intersect.Editor.Networking;

0 commit comments

Comments
 (0)