namespace DanieleMarotta.RiversongCodeShowcase { public interface IAoERenderingService { void Add(int layer, TileRect rect); } }