10 lines
No EOL
239 B
C#
10 lines
No EOL
239 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Quicklist;
|
|
|
|
public class QuicklistSwapEvent : PlayerEvent
|
|
{
|
|
public short Tab { get; init; }
|
|
public short FromSlot { get; init; }
|
|
public short ToSlot { get; init; }
|
|
} |