9 lines
No EOL
216 B
C#
9 lines
No EOL
216 B
C#
using WingsEmu.DTOs.Inventory;
|
|
using WingsEmu.Game.Items;
|
|
|
|
namespace WingsEmu.Game.Warehouse;
|
|
|
|
public class PartnerWarehouseItem : PartnerWarehouseItemDto
|
|
{
|
|
public GameItemInstance ItemInstance { get; set; }
|
|
} |