void OnTriggerEnter(Collider c)
 {
     InteractionManager.EnableLaunch();
     InteractionManager.DisableRotation();
     launchBlock.UnBlock();
 }