~ruther/NosSmooth

994aad0e431e34fae3d1bc656a436ae07de98efd — František Boháček 2 years ago 71f75d6
feat(packets): make vnum int
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs
M Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs => Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs +1 -1
@@ 52,7 52,7 @@ public record PstPacket
    [PacketIndex(9)]
    SexType? PlayerSex,
    [PacketIndex(10)]
    long? PlayerMorphVNum,
    int? PlayerMorphVNum,
    [PacketIndex(11, IsOptional = true)]
    IReadOnlyList<EffectsSubPacket>? Effects
) : IPacket;
\ No newline at end of file

Do not follow this link