7 lines
148 B
C#
7 lines
148 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IAoERenderingService
|
|
{
|
|
void Add(int layer, TileRect rect);
|
|
}
|
|
} |