public void SetCubeRowIndex(int rowIndex) { cubeRowIndex = rowIndex; if (cubeRowIndex > 9) { cubeManager.CubeAboveThreshold(); } }