chore: update namespaces
1 files changed, 2 insertions(+), 2 deletions(-) M Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs
M Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs => Packets/NosSmooth.Packets/Server/Players/CInfoPacket.cs +2 -2
@@ 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; /// <summary> /// Information about the playing character.