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