Exemple #1
0
 /// <summary>
 /// Sets up future shape to appear on screen
 /// </summary>
 public void SetupFutureShape()
 {
     _futureShapeOnMatrix = _shapeGenerator.GetNextElement();
     _futureColor         = _colorGenerator.GetNextElement();
 }