using Assets.Common; namespace Assets { public interface IGridGenerator { Map CreateGrid(double width, double height); } }