server-master/srcs/WingsAPI.Game/Warehouse/Events/PartnerWarehouseAddItemEvent.cs
2026-02-10 18:21:30 +01:00

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; }
}