matrix property

List<List<int>> matrix
getter/setter pair

The positions of each block will be placed respecting this matrix.

Implementation

List<List<int>> matrix;