~ruther/NosSmooth

724d1217fea08f488dc250bc4c1931e9f453fd2f — František Boháček 3 years ago 80afab8
fix: make family id nullable in family
1 files changed, 1 insertions(+), 1 deletions(-)

M Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs
M Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs +1 -1
@@ 18,7 18,7 @@ namespace NosSmooth.Packets.Packets.Server.Players;
public record FamilySubPacket
(
    [PacketIndex(0, AfterSeparator = '.')]
    string FamilyId,
    string? FamilyId,
    [PacketIndex(1, IsOptional = true)]
    short? Title
) : IPacket;
\ No newline at end of file

Do not follow this link