public void EnableInteraction() { if (chest.IsOpen) { InteractionManager.Instance.UnregisterTrigger(this); return; } chestController.Enable(chest); }