Skip to content

Commit

Permalink
feat: removed all unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
MUN1Z committed Dec 24, 2024
1 parent 15c010d commit d5813b1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using NeoServer.Game.Common.Contracts.Services;
using NeoServer.Game.Common.Location;
using NeoServer.Networking.Packets.Incoming;
using NeoServer.Networking.Packets.Incoming.Shop;
using NeoServer.Server.Common.Contracts.Commands;

namespace NeoServer.Server.Commands.Player.UseItem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using NeoServer.Game.Common.Contracts.Items.Types.Usable;
using NeoServer.Game.Common.Contracts.Services;
using NeoServer.Game.Common.Location;
using NeoServer.Game.Items.Bases;
using NeoServer.Networking.Packets.Incoming;
using NeoServer.Server.Common.Contracts;
using NeoServer.Server.Common.Contracts.Commands;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using NeoServer.Game.Common.Contracts.DataStores;

namespace NeoServer.Data.InMemory.DataStores;
Expand Down
1 change: 0 additions & 1 deletion src/Extensions/NeoServer.Scripts.LuaJIT/Action.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using NeoServer.Game.Common.Contracts.Creatures;
using NeoServer.Game.Common.Contracts.Items;
using NeoServer.Game.Common.Contracts.World;
using NeoServer.Game.Common.Location.Structs;
using NeoServer.Scripts.LuaJIT.Enums;
using NeoServer.Server.Helpers;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using LuaNET;
using NeoServer.Server.Helpers;

namespace NeoServer.Scripts.LuaJIT;

Expand Down
1 change: 0 additions & 1 deletion src/Extensions/NeoServer.Scripts.LuaJIT/Scripts.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using NeoServer.Scripts.LuaJIT.Enums;
using Serilog;
using System;

namespace NeoServer.Scripts.LuaJIT;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using NeoServer.Game.Common.Contracts;
using NeoServer.Game.Common.Contracts.Creatures;
using NeoServer.Game.Common.Contracts.DataStores;
Expand Down

0 comments on commit d5813b1

Please sign in to comment.