using WingsEmu.Packets; namespace WingsAPI.Packets.ClientPackets { [PacketHeader("csp_e")] public class CspePacket : ClientPacket { } }