//Shows and hides the skills screen private void ToggleSkillsUI() { if (Input.GetKeyDown(KeyCode.S)) { skillsUI.Show(!skillsUI.Showing()); } }