17 lines
No EOL
293 B
C#
17 lines
No EOL
293 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.ClientPackets
|
|
{
|
|
[PacketHeader("rmvobj")]
|
|
public class RmvobjPacket : ClientPacket
|
|
{
|
|
#region Properties
|
|
|
|
[PacketIndex(0)]
|
|
public short Slot { get; set; }
|
|
|
|
#endregion
|
|
}
|
|
} |