Пример #1
0
 private void InitializeNextBlock()
 {
     NextBlock = new GameBlock(1, 10);
     NextBlock.SetRandomColor();
 }