Fix DroppableItem

This commit is contained in:
VegaZ
2018-12-23 22:18:14 +01:00
parent 8bc9a74ab9
commit fd43a5370b

View File

@@ -12,7 +12,7 @@ using System.Text;
namespace reallife_gamemode.Server.Inventory.Interfaces
{
public interface IUsableItem : IItem
public interface IUsableItem : IItem, IDroppableItem
{
void Use(UserItem uItem);
}