/// <summary>
 /// 破棄
 /// </summary>
 public void Destroy()
 {
     if (IsValidState())
     {
         currentBallState.Destroy();
     }
 }