From 3c62fd452466a4f3f7bc2b8a1a1a8aebad5eb870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 15 Jan 2022 22:14:24 +0100 Subject: [PATCH] chore: update namespaces --- Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs b/Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs index 46efe57..fe73b07 100644 --- a/Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs @@ -4,11 +4,11 @@ // Copyright (c) František Boháček. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using NosSmooth.Packets.Attributes; using NosSmooth.Packets.Enums; using NosSmooth.Packets.Enums.Players; +using NosSmooth.PacketSerializer.Abstractions.Attributes; -namespace NosSmooth.Packets.Packets.Server.Players; +namespace NosSmooth.Packets.Server.Players; /// /// Information about the playing character. -- 2.48.1