7 lines
86 B
C#
7 lines
86 B
C#
namespace ConsoleApp.Maps
|
|
{
|
|
public interface IHexMap : IMap
|
|
{
|
|
|
|
}
|
|
} |