Example #1
0
 internal void Init(Controller ct)
 {
     c    = ct; cells = c.cells.main;
     maxX = cells.GetLength(0) - 1;
     maxY = cells.GetLength(1) - 2;
     del.Init(c); next.Init(c); hold.Init(c); bots.Init(c);
     ResetVariables();
     Next();
 }