What Inputs Are Used?
Where is the input reference?
Changing the Input:
if (_survivalItem != null)
{
if (Input.GetKeyDown(interactKey))
{
_survivalItem.ItemInteraction();
}
}
Last updated