private void Eject() { if (Input.GetKeyUp(KeyCode.E)) { ammo_.Eject(ejectPoint_.position, ejectPoint_.up, ejectPoint_.rotation); } }