Refactored inventory system
This commit is contained in:
@@ -14,6 +14,6 @@ namespace reallife_gamemode.Server.Inventory.Interfaces
|
||||
{
|
||||
public interface IUsableItem : IItem
|
||||
{
|
||||
void Use(UserItem uItem, Client player);
|
||||
void Use(UserItem uItem);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user