// WingsEmu // // Developed by NosWings Team namespace WingsEmu.Packets.ClientPackets { [PacketHeader("NoS0575")] public class Nos0575Packet : ClientPacket { [PacketIndex(0)] public int Number { get; set; } [PacketIndex(1)] public string Name { get; set; } [PacketIndex(2)] public string Password { get; set; } [PacketIndex(3)] public string ClientData { get; set; } } }