public void ToggleInventory() { inventory.Toggle(); if (inventory.Active()) { CameraCantMove(); } else { CameraCanMove(); } }