From 1b7ad333ea54fd9e46dc20b9adcd478f315ed1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Fri, 31 Dec 2021 18:42:01 +0100 Subject: [PATCH] chore: add documentation for move packet --- .../NosSmooth.Packets/Packets/Server/Map/MovePacket.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs b/Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs index ab67b08..aad2fe9 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Map/MovePacket.cs @@ -12,11 +12,11 @@ namespace NosSmooth.Packets.Packets.Server.Map; /// /// The entity has moved to the given position. /// -/// -/// -/// -/// -/// +/// The type of the entity that has moved. +/// The id of the entity. +/// The x coordinate the entity has moved to. +/// The y coordinate the entity has moved to. +/// The speed of the entity. [PacketHeader("mv", PacketSource.Server)] [GenerateSerializer] public record MovePacket -- 2.48.1