8 lines
No EOL
181 B
C#
8 lines
No EOL
181 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Warehouse.Events;
|
|
|
|
public class AccountWarehouseShowItemEvent : PlayerEvent
|
|
{
|
|
public short Slot { get; init; }
|
|
} |