9 lines
No EOL
222 B
C#
9 lines
No EOL
222 B
C#
using WingsEmu.DTOs.Inventory;
|
|
using WingsEmu.Game.Items;
|
|
|
|
namespace WingsEmu.Game.Inventory;
|
|
|
|
public class PartnerInventoryItem : CharacterPartnerInventoryItemDto
|
|
{
|
|
public GameItemInstance ItemInstance { get; set; }
|
|
} |