~ruther/NosSmooth

1b7ad333ea54fd9e46dc20b9adcd478f315ed1b0 — František Boháček 3 years ago 90aff7c
chore: add documentation for move packet
1 files changed, 5 insertions(+), 5 deletions(-)

M Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs
M Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs => Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs +5 -5
@@ 12,11 12,11 @@ namespace NosSmooth.Packets.Packets.Server.Map;
/// <summary>
/// The entity has moved to the given position.
/// </summary>
/// <param name="EntityType"></param>
/// <param name="EntityId"></param>
/// <param name="MapX"></param>
/// <param name="MapY"></param>
/// <param name="Speed"></param>
/// <param name="EntityType">The type of the entity that has moved.</param>
/// <param name="EntityId">The id of the entity.</param>
/// <param name="MapX">The x coordinate the entity has moved to.</param>
/// <param name="MapY">The y coordinate the entity has moved to.</param>
/// <param name="Speed">The speed of the entity.</param>
[PacketHeader("mv", PacketSource.Server)]
[GenerateSerializer]
public record MovePacket

Do not follow this link