Exemple #1
0
 public void CreateBoard(int rows, int columns)
 {
     boardView?.CreateBoard(rows, columns, cellSize);
     boardView?.SetPosition(new Vector3(-screen.x / 2f - 0.5f, screen.y / 2f - 0.5f, 0f));
 }