~ruther/NosSmooth

d85ab0c2e24d30643533ce155ea5e7a1d4c181fb — Rutherther 2 years ago f6461f0
feat(packets): make su packet position nullable
M Packets/NosSmooth.Packets/NosSmooth.Packets.csproj => Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +2 -2
@@ 7,9 7,9 @@
        <Description>Contains default NosTale packets.</Description>
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
        <PackageLicenseExpression>MIT</PackageLicenseExpression>
        <VersionPrefix>3.4.4</VersionPrefix>
        <VersionPrefix>3.5.0</VersionPrefix>
        <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
        <PackageReleaseNotes>Update dependencies.</PackageReleaseNotes>
        <PackageReleaseNotes>Make su packet position nullable.</PackageReleaseNotes>
    </PropertyGroup>

    <ItemGroup>

M Packets/NosSmooth.Packets/Server/Battle/SuPacket.cs => Packets/NosSmooth.Packets/Server/Battle/SuPacket.cs +2 -2
@@ 50,9 50,9 @@ public record SuPacket
    [PacketIndex(7)]
    long? SkillEffect,
    [PacketIndex(8)]
    short PositionX,
    short? PositionX,
    [PacketIndex(9)]
    short PositionY,
    short? PositionY,
    [PacketIndex(10)]
    bool TargetIsAlive,
    [PacketIndex(11)]

Do not follow this link