~ruther/NosSmooth

046116fdda4f2f5c9a70e10f89e8d7211d52dbb8 — František Boháček 3 years ago 1b7ad33
feat: move move packet to entities namespace
2 files changed, 2 insertions(+), 1 deletions(-)

M Core/NosSmooth.Packets/Converters/Packets/InPacketConverter.cs
R Core/NosSmooth.Packets/Packets/Server/{Map/MovePacket.cs => Entities/MovePacket.cs}
M Core/NosSmooth.Packets/Converters/Packets/InPacketConverter.cs => Core/NosSmooth.Packets/Converters/Packets/InPacketConverter.cs +1 -0
@@ 4,6 4,7 @@
//  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.Packets.Server.Entities;
using NosSmooth.Packets.Packets.Server.Map;
using Remora.Results;


R Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs => Core/NosSmooth.Packets/Packets/Server/Entities/MovePacket.cs +1 -1
@@ 7,7 7,7 @@
using NosCore.Shared.Enumerations;
using NosSmooth.Packets.Attributes;

namespace NosSmooth.Packets.Packets.Server.Map;
namespace NosSmooth.Packets.Packets.Server.Entities;

/// <summary>
/// The entity has moved to the given position.

Do not follow this link