17 lines
No EOL
287 B
C#
17 lines
No EOL
287 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.ClientPackets
|
|
{
|
|
[PacketHeader("mall")]
|
|
public class MallPacket : ClientPacket
|
|
{
|
|
#region Properties
|
|
|
|
[PacketIndex(0)]
|
|
public int Type { get; set; }
|
|
|
|
#endregion
|
|
}
|
|
} |