Fix DroppableItem
This commit is contained in:
@@ -12,7 +12,7 @@ using System.Text;
|
|||||||
|
|
||||||
namespace reallife_gamemode.Server.Inventory.Interfaces
|
namespace reallife_gamemode.Server.Inventory.Interfaces
|
||||||
{
|
{
|
||||||
public interface IUsableItem : IItem
|
public interface IUsableItem : IItem, IDroppableItem
|
||||||
{
|
{
|
||||||
void Use(UserItem uItem);
|
void Use(UserItem uItem);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user