コード例 #1
0
ファイル: NextPiece.cs プロジェクト: 0925227/Tetris
 public void Draw(IDrawVisitor visitor)
 {
     visitor.onNextPiece(this);
 }