示例#1
0
文件: Game.cs 项目: kugamigh/Tetris
 public void DrawGame()
 {
     TetrisGrid.DrawBlocks();
     _CurrentShape.DrawShape();
 }