public static void RegisterCorrectKeyInput(KeyCode code, Action downKey)
 {
     UtilityScript.RegisterInputChecker(code, downKey);
 }