public void Interact() // Interact with the current object if set { if (currentObject == null) { return; } currentObject.Activate(player); }