public void EndOfRace(bool b) { if (b) { ui_manager.Finsh_Game(); } else { ui_manager.Fail_Game(); //Debug.LogError("레이스 완주 실패"); } }