7 lines
145 B
C#
7 lines
145 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IGrassTileMask
|
|
{
|
|
bool CanGenerateAtTile(int tileIndex);
|
|
}
|
|
} |