public void HitProcess(float shake_time, float shake_amount) { uiController.BloodScreenON(); StartCoroutine(ShakeCamera(shake_time, shake_amount)); }