namespace Mosaic; /// /// Represents a single tile of a mosaic floor. /// public sealed class Tile { // TODO }