// Update is called once per frame void Update() { if (Input.GetKeyDown(KeyCode.F)) { switcher.SwapTime(); } if (Input.GetKeyDown(KeyCode.Q)) { switcher.EnabledScreen(); } if (Input.GetKeyDown(KeyCode.R)) { handController.FlashLight(); } if (Input.GetKeyDown(KeyCode.R)) { } }