~ruther/NosSmooth

348da2c9e16377a8819fe45780e2c29606b8fa95 — František Boháček 3 years ago 3a1c26d
fix: implement IPacket in use skill packets
M Packets/NosSmooth.Packets/Client/Battle/UseAOESkillPacket.cs => Packets/NosSmooth.Packets/Client/Battle/UseAOESkillPacket.cs +1 -1
@@ 24,4 24,4 @@ public record UseAOESkillPacket
    short PositionX,
    [PacketIndex(2)]
    short PositionY
);
\ No newline at end of file
) : IPacket;
\ No newline at end of file

M Packets/NosSmooth.Packets/Client/Battle/UseSkillPacket.cs => Packets/NosSmooth.Packets/Client/Battle/UseSkillPacket.cs +1 -1
@@ 29,4 29,4 @@ public record UseSkillPacket
    short? MapX,
    [PacketIndex(4, IsOptional = true)]
    short? MapY
);
\ No newline at end of file
) : IPacket;
\ No newline at end of file

Do not follow this link