city-generation/Game/Model/Cell.cs
2015-03-03 18:47:18 +02:00

12 lines
85 B
C#

using System;
namespace Model
{
public struct Cell
{
public Cell()
{
}
}
}