14 lines
No EOL
223 B
C#
14 lines
No EOL
223 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.ClientPackets
|
|
{
|
|
[PacketHeader("rsel")]
|
|
public class RSelPacket : ClientPacket
|
|
{
|
|
#region Properties
|
|
|
|
#endregion
|
|
}
|
|
} |