// stageをリストから削除する
 private void SendInstanceID(GameObject destroyObj)
 {
     stageGenerator.DeleteAtStageList(destroyObj.GetInstanceID());
 }