~ruther/NosSmooth

42f30664622da2fe7673fee2c61b432b14aa51e8 — Rutherther 2 years ago 070ddd9
feat(packets): add pclear packet
1 files changed, 16 insertions(+), 0 deletions(-)

A Packets/NosSmooth.Packets/Server/Groups/PClearPacket.cs
A Packets/NosSmooth.Packets/Server/Groups/PClearPacket.cs => Packets/NosSmooth.Packets/Server/Groups/PClearPacket.cs +16 -0
@@ 0,0 1,16 @@
//
//  PClearPacket.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.Server.Groups;

/// <summary>
/// Clear the characters's group.
/// </summary>
[PacketHeader("p_clear", PacketSource.Server)]
[GenerateSerializer(true)]
public record PClearPacket() : IPacket;
\ No newline at end of file

Do not follow this link