Exemple #1
0
 public CustomTetrisRNG(CustomTetrisRNG from)
 {
     bot   = from.bot;
     index = from.index;
 }
Exemple #2
0
 public CustomTetrisRNG(TetrisBot bot)
 {
     this.bot = bot;
     index    = 0;
 }