16 lines
No EOL
256 B
C#
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
|
|
}
|
|
} |