~ruther/NosSmooth

23e033c16b517f89119ac59aec8059fac2ec5397 — Rutherther 3 years ago e73bcde
feat(packets): make position in su packet short
1 files changed, 2 insertions(+), 2 deletions(-)

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

Do not follow this link