Initial commit
This commit is contained in:
commit
595820961e
19 changed files with 4921 additions and 0 deletions
9
Mosaic/Tile.cs
Normal file
9
Mosaic/Tile.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Mosaic;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a single tile of a mosaic floor.
|
||||
/// </summary>
|
||||
public sealed class Tile
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue