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