public void RemoveInteraction(Interaction interaction) { try { AvailableInteractions.Remove(interaction); } catch (NoSuchItemException) { DebugMsg.NoExistantInteraction(Debug.LogWarning); } }