From 19ed720978fb36fe7eb6614bf2b2052c27ae0bb6 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 1 Jan 2023 19:35:20 +0100 Subject: [PATCH] feat: update packets namespace in local client --- src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs b/src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs index 2339ee7..805abe1 100644 --- a/src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs +++ b/src/Core/NosSmooth.LocalClient/NostaleLocalClient.cs @@ -14,10 +14,10 @@ using NosSmooth.Core.Extensions; using NosSmooth.Core.Packets; using NosSmooth.LocalBinding.Objects; using NosSmooth.LocalBinding.Structs; -using NosSmooth.LocalClient.CommandHandlers.Walk; using NosSmooth.Packets; -using NosSmooth.Packets.Errors; +using NosSmooth.PacketSerializer; using NosSmooth.PacketSerializer.Abstractions.Attributes; +using NosSmooth.PacketSerializer.Errors; using Remora.Results; namespace NosSmooth.LocalClient; -- 2.49.0