public void Destruct(RobotController other)
 {
     other.typeNo = (int)RobotType.Bomb;
     other.Break();
 }