13 lines
No EOL
237 B
C#
13 lines
No EOL
237 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.ClientPackets
|
|
{
|
|
[PacketHeader("psl")]
|
|
public class PslPacket : ClientPacket
|
|
{
|
|
[PacketIndex(0)]
|
|
public int Type { get; set; }
|
|
}
|
|
} |