7 lines
80 B
C#
7 lines
80 B
C#
namespace ConsoleApp.Maps
|
|
{
|
|
public interface IHexCell
|
|
{
|
|
|
|
}
|
|
} |