public CustomTetrisRNG(CustomTetrisRNG from) { bot = from.bot; index = from.index; }
public CustomTetrisRNG(TetrisBot bot) { this.bot = bot; index = 0; }