~ruther/NosSmooth

ad95b7b187658ebd079b9bf878380574e590f26e — Rutherther 2 years ago 0c7f230
feat(packets): make clist sub packet pet vnum and skin not nullable
1 files changed, 2 insertions(+), 2 deletions(-)

M Packets/NosSmooth.Packets/Server/Login/CListPetSubPacket.cs
M Packets/NosSmooth.Packets/Server/Login/CListPetSubPacket.cs => Packets/NosSmooth.Packets/Server/Login/CListPetSubPacket.cs +2 -2
@@ 18,7 18,7 @@ namespace NosSmooth.Packets.Server.Login;
public record CListPetSubPacket
(
    [PacketIndex(0)]
    long? Skin,
    long Skin,
    [PacketIndex(1)]
    long? PetVNum
    long PetVNum
) : IPacket;
\ No newline at end of file

Do not follow this link