public Bomb Failure(Bomb Fail) { this.FailureBomb = Fail; return(this); }
public Bomb Next(Bomb Next) { this.NextBomb = Next; return(this); }