Add unsafed Files
This commit is contained in:
@@ -12,7 +12,7 @@ using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Inventory.Interfaces
|
||||
{
|
||||
public interface IDroppableItem : IItem
|
||||
public interface IDroppableItem : IUsableItem
|
||||
{
|
||||
void Drop(UserItem uItem, Client player, int amount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user