コード例 #1
0
ファイル: Game.cs プロジェクト: kugamigh/Tetris
 public void DrawGame()
 {
     TetrisGrid.DrawBlocks();
     _CurrentShape.DrawShape();
 }