~ruther/NosSmooth

71f75d62e6cd62b378e55c5325c8a8f021a16598 — František Boháček 2 years ago 8f7c60d
fix(packets): implement IPacket in RaidBfPacket
1 files changed, 3 insertions(+), 2 deletions(-)

M Packets/NosSmooth.Packets/Server/Raids/RaidBfPacket.cs
M Packets/NosSmooth.Packets/Server/Raids/RaidBfPacket.cs => Packets/NosSmooth.Packets/Server/Raids/RaidBfPacket.cs +3 -2
@@ 4,6 4,7 @@
//  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.Packets.Enums.Raids;
using NosSmooth.PacketSerializer.Abstractions.Attributes;

namespace NosSmooth.Packets.Server.Raids;


@@ 21,7 22,7 @@ public record RaidBfPacket
    [PacketIndex(0)]
    byte Type,
    [PacketIndex(1)]
    byte WindowType,
    RaidBfPacketType WindowType,
    [PacketIndex(2)]
    byte Unknown
);
\ No newline at end of file
) : IPacket;
\ No newline at end of file

Do not follow this link