~ruther/NosSmooth

b0d76bda611f54072e1d2d81a30fe0f996a208a2 — František Boháček 2 years ago d20ad93
chore: put raid header under raidf header to make raid header the default one
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Raids/RaidPacket.cs
M Packets/NosSmooth.Packets/Server/Raids/RaidPacket.cs => Packets/NosSmooth.Packets/Server/Raids/RaidPacket.cs +1 -1
@@ 21,8 21,8 @@ namespace NosSmooth.Packets.Server.Raids;
/// <param name="LeaveType">The type of the leave type. Present only for Leave  type.</param>
/// <param name="ListMembersPlayerIds">The ids of players in the raid. Present only for ListMembers.</param>
/// <param name="PlayerHealths">Health of the players. Present only for PlayerHealths.</param>
[PacketHeader("raid", PacketSource.Server)]
[PacketHeader("raidf", PacketSource.Server)]
[PacketHeader("raid", PacketSource.Server)]
[GenerateSerializer(true)]
public record RaidPacket
(

Do not follow this link