city-generation/Game/Model/Cell.cs

12 lines
85 B
C#
Raw Normal View History

2015-03-03 16:47:18 +00:00
using System;
namespace Model
{
public struct Cell
{
public Cell()
{
}
}
}