9 lines
No EOL
226 B
C#
9 lines
No EOL
226 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Game.Items;
|
|
|
|
namespace WingsEmu.Game.Warehouse.Events;
|
|
|
|
public class PartnerWarehouseAddItemEvent : PlayerEvent
|
|
{
|
|
public GameItemInstance ItemInstance { get; init; }
|
|
} |