Refactored inventory system
This commit is contained in:
@@ -11,7 +11,7 @@ using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Inventory.Interfaces
|
||||
{
|
||||
public interface IDroppableItem
|
||||
public interface IDroppableItem : IItem
|
||||
{
|
||||
void Drop(Client player);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user