Add Radial Menu to Inventory / Item Interaction
This commit is contained in:
@@ -220,5 +220,16 @@ namespace reallife_gamemode.Server.Managers
|
||||
context.SaveChanges();
|
||||
}
|
||||
}
|
||||
[RemoteEvent("itemInteract")]
|
||||
public void ItemInteract(Client player, string type, string itemId, int amount)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case "use":
|
||||
break;
|
||||
case "drop":
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user