예제 #1
0
파일: NextPiece.cs 프로젝트: 0925227/Tetris
 public void Draw(IDrawVisitor visitor)
 {
     visitor.onNextPiece(this);
 }