예제 #1
0
 public void PlaceTile(int row, int column, int tileIndex)
 {
     PlaceTile(row, column, tileIndex, TileOrientation.Default());
 }