server-master/srcs/WingsAPI.Packets/ClientPackets/FhistCtsPacket.cs
2026-02-10 18:21:30 +01:00

16 lines
No EOL
256 B
C#

// WingsEmu
//
// Developed by NosWings Team
using WingsEmu.Packets;
namespace WingsAPI.Packets.ClientPackets
{
[PacketHeader("fhis_cts")]
public class FhistCtsPacket : ClientPacket
{
#region Properties
#endregion
}
}