chore: remove unused using statements

This commit is contained in:
Timothy Schenk 2023-08-11 10:31:54 +02:00
parent 2bd6db75d5
commit 87078869ef
2 changed files with 1 additions and 5 deletions

View file

@ -1,11 +1,9 @@
using System.Diagnostics;
using System.Reflection;
using System.Reflection;
using System.Text;
using MassTransit.Mediator;
using Microsoft.Extensions.Logging;
using NetCoreServer;
using Server.Packets;
using Buffer = System.Buffer;
namespace Server;

View file

@ -1,10 +1,8 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using NetCoreServer;
using Newtonsoft.Json;
using Server.DB;
using Server.DB.Documents;
using Server.Packets;
using Server.Packets.Incoming;
using Server.Packets.Outgoing;