public void Right(bool is_press) { cube_now.Finish(true); // right people effect tunnels.Right(); if (target != null) { SwitchG(target); } else { NSwitch(); } level.Right(is_press); }