9 lines
No EOL
198 B
C#
9 lines
No EOL
198 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Quicklist;
|
|
|
|
public class QuicklistRemoveEvent : PlayerEvent
|
|
{
|
|
public short Tab { get; init; }
|
|
public short Slot { get; init; }
|
|
} |