ex-oop-04-mosaic/Mosaic/TilePattern.cs
github-classroom[bot] 595820961e
Initial commit
2024-10-29 16:13:37 +00:00

9 lines
No EOL
156 B
C#

namespace Mosaic;
/// <summary>
/// Represents a mosaic consisting of several tiles.
/// </summary>
public class TilePattern
{
// TODO
}