예제 #1
0
 public CCellularGrid(int cols, int rows) : base(cols, rows)
 {
     m_cellular = new CCellularAutomaton();
 }