~ruther/NosSmooth

315584ea7b54529e563130fb23b99408201721ea — Rutherther 2 years ago 4adbae3
feat(packets): add packet for moving through portals
1 files changed, 16 insertions(+), 0 deletions(-)

A Packets/NosSmooth.Packets/Client/Movement/PreqPacket.cs
A Packets/NosSmooth.Packets/Client/Movement/PreqPacket.cs => Packets/NosSmooth.Packets/Client/Movement/PreqPacket.cs +16 -0
@@ 0,0 1,16 @@
//
//  PreqPacket.cs
//
//  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.PacketSerializer.Abstractions.Attributes;

namespace NosSmooth.Packets.Client.Movement;

/// <summary>
/// Walk through portal the character is standing on.
/// </summary>
[PacketHeader("preq", PacketSource.Server)]
[GenerateSerializer(true)]
public record PreqPacket : IPacket;
\ No newline at end of file

Do not follow this link