//クリア
 public void Clear()
 {
     _attack.Stop_Phase2();
     this.enabled = false;
 }
 //クリア
 public void Clear()
 {
     _attack.Stop_Phase2();
 }
 //クリア
 protected override void Clear()
 {
     base.Clear();
     _attack.Stop_Phase2();
 }