Fix up item usage
This commit is contained in:
8
Zennysoft.Game.Abstractions/Inventory/IInventoryItem.cs
Normal file
8
Zennysoft.Game.Abstractions/Inventory/IInventoryItem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Zennysoft.Game.Abstractions;
|
||||
|
||||
public interface IInventoryItem
|
||||
{
|
||||
string ItemName { get; }
|
||||
|
||||
string Description { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user