namespace DanieleMarotta.RiversongCodeShowcase { public interface IGrassTileMask { bool CanGenerateAtTile(int tileIndex); } }