9 lines
No EOL
156 B
C#
9 lines
No EOL
156 B
C#
namespace Mosaic;
|
|
|
|
/// <summary>
|
|
/// Represents a mosaic consisting of several tiles.
|
|
/// </summary>
|
|
public class TilePattern
|
|
{
|
|
// TODO
|
|
} |