Files
robot_intelligence_final_pr…/ConsoleApp/Maps/IHexCell.cs
2020-12-10 20:15:09 -07:00

7 lines
88 B
C#

namespace ConsoleApp.Maps
{
public interface IHexCell : ICell
{
}
}