~ruther/NosSmooth

1dac28ccb05b93c79dd083d8528b94ff69fe66f9 — NotKappa 2 years ago 2da1bd6
Rename fields to represent their names
1 files changed, 4 insertions(+), 4 deletions(-)

M Packets/NosSmooth.Packets/Client/Mates/PtctlPacket.cs
M Packets/NosSmooth.Packets/Client/Mates/PtctlPacket.cs => Packets/NosSmooth.Packets/Client/Mates/PtctlPacket.cs +4 -4
@@ 14,8 14,8 @@ namespace NosSmooth.Packets.Client.Mates;
/// <param name="MapId">The current map id.</param>
/// <param name="ControlsCount">The count of controls in array.</param>
/// <param name="Controls">The array containing the mates to move and positions to move them to.</param>
/// <param name="Unknown">Seems to always be euqal to first EntityId in Controls.</param>
/// <param name="Unknown1">Seems to always be 9.</param>
/// <param name="EntityId">Seems to always be euqal to first EntityId in Controls.</param>
/// <param name="Speed">The movement speed.</param>
[PacketHeader("ptctl", PacketSource.Server)]
[GenerateSerializer(true)]
public record PtctlPacket


@@ 27,7 27,7 @@ public record PtctlPacket
    [PacketContextList(2, "ControlsCount", ListSeparator = ' ', InnerSeparator = ' ')]
    IReadOnlyList<PtctlSubPacket> Controls,
    [PacketIndex(3)]
    long Unknown,
    long EntityId,
    [PacketIndex(4)]
    short Unknown1
    short Speed
) : IPacket;
\ No newline at end of file

Do not follow this link